|
ParserPrimaryValues Property
|
Gets values of current record with secondary analog channels scaled to primary values.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public double[] PrimaryValues { get; }
Public ReadOnly Property PrimaryValues As Double()
Get
public:
property array<double>^ PrimaryValues {
array<double>^ get ();
}
member PrimaryValues : float[] with get
function get_PrimaryValues();
View SourceProperty Value
DoubleSee Also