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