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