Class RollingBearingSpeedResults
Inheritance
System.Object
RollingBearingSpeedResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RollingBearingSpeedResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AbsoluteElementPassingOrder
Declaration
public double AbsoluteElementPassingOrder { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElementSpinOrder
Declaration
public double ElementSpinOrder { get; }
Property Value
| Type |
Description |
| System.Double |
|
FundamentalTrainOrder
Declaration
public double FundamentalTrainOrder { get; }
Property Value
| Type |
Description |
| System.Double |
|
InnerRaceElementPassingOrder
Declaration
public double InnerRaceElementPassingOrder { get; }
Property Value
| Type |
Description |
| System.Double |
|
OuterRaceElementPassingOrder
Declaration
public double OuterRaceElementPassingOrder { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods