Class RotationalFrequency
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RotationalFrequency : APIBase, IEquatable<APIBase>
Properties
InnerRing
Measurement: Frequency
Declaration
public double InnerRing { get; }
Property Value
Type | Description |
---|---|
System.Double |
OuterRing
Measurement: Frequency
Declaration
public double OuterRing { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollingElementAboutItsAxis
Measurement: Frequency
Declaration
public double RollingElementAboutItsAxis { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollingElementSetAndCage
Measurement: Frequency
Declaration
public double RollingElementSetAndCage { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>