Class Eccentricity
Inheritance
System.Object
Eccentricity
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Eccentricity : IndependentReportablePropertiesBase<Eccentricity>, IEquatable<APIBase>
Properties
DynamicX
Declaration
public double DynamicX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DynamicY
Declaration
public double DynamicY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StaticX
Declaration
public double StaticX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StaticY
Declaration
public double StaticY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods