|
VectorElementGetReal4 Method
|
Gets 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.248-beta
Syntaxpublic float GetReal4(
int index
)
Public Function GetReal4 (
index As Integer
) As Single
public:
float GetReal4(
int index
)
member GetReal4 :
index : int -> float32
function GetReal4(index);
View SourceParameters
- index Int32
- The index of the value.
Return Value
SingleThe value as a 32-bit floating point number.
See Also