|
ScalarElementSetReal8 Method
|
Sets the value of this scalar as a 64-bit floating point number.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public void SetReal8(
double value
)
Public Sub SetReal8 (
value As Double
)
public:
void SetReal8(
double value
)
member SetReal8 :
value : float -> unit
function SetReal8(value);
View SourceParameters
- value Double
- The new value as a 64-bit floating point number.
See Also