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