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