|
VectorElementSetReal4 Method
|
Sets a value in this vector 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(
int index,
float value
)
public:
void SetReal4(
int index,
float value
)
member SetReal4 :
index : int *
value : float32 -> unit
function SetReal4(index, value);
View SourceParameters
- index Int32
- The index of the value.
- value Single
- The new value of a 32-bit floating point number.
See Also