|
AnalogDefinition3.Adder Property
|
Gets or sets and adder, i.e., offset, to be applied to the analog value.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxpublic float Adder { get; set; }
Public Property Adder As Single
Get
Set
public:
property float Adder {
float get ();
void set (float value);
}
member Adder : float32 with get, set
function get_Adder();
function set_Adder(value);
View SourceProperty Value
Single
See Also