Click or drag to resize

FrequencyValueBaseBodyLength Property

Gets the length of the BodyImage.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override int BodyLength { get; }
View Source

Property Value

Int32
Remarks
The base implementation assumes fixed integer values are represented as 16-bit signed integers and floating point values are represented as 32-bit single-precision floating-point values (i.e., short and float data types respectively).
See Also