WriteFloat32 Data Member Function

Writes a single <float32> to disk, but the value must be submitted as a <float64> because Scenome Scripting Language does not support the <float32> data type. The <float64> value submitted to this function is converted to a <float32> via the C++ static_cast operator, and is written to disk as a <float32>.

Prototype

int32 WriteFloat32( double val )

Parameters

Parameter Type Parameter Name Documentation
doublevalThe value to write to disk.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.