RoundFloat64 Data Member Function

Rounds the source value with std::round, which computes the nearest integer to the source value.

Prototype

static double RoundFloat64( double value )

Parameters

Parameter Type Parameter Name Documentation
doublevalueThe source value.

Examples

Copy Text To Clipboard

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