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