PutFloat method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores a float value in the MxValue. The MxValue's data type will be MxFloat.
Class
IMxValue
Syntax
[C#]
void PutFloat(
float newVal
);
[Visual C++]
HRESULT PutFloat(
[in] float newVal
);
Parameters
newVal
The value that will be stored in the MxValue object. A value that is NaN (not a number) is permitted.
Returns
S_OK - Success