PutDouble method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores a double value in the MxValue. The MxValue's data type will be MxDouble.
Class
IMxValue
Syntax
[C#]
void PutDouble(
double newVal
);
[Visual C++]
HRESULT PutDouble(
[in] double 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