Class DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.ReportablePropertyResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DataPointForResponseOfAComponentOrSurfaceAtAFrequencyToAHarmonic : APIBase, IEquatable<APIBase>
Properties
Frequency
Measurement: 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
Measurement: AngularVelocity
Declaration
public double Speed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>