Class HarmonicValue
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicValue
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HarmonicValue : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Amplitude
Declaration
public double Amplitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
HarmonicIndex
Measurement: Index
Declaration
public int HarmonicIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Phase
Measurement: Angle
Declaration
public double Phase { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>