Log2 Data Member Function

Returns log( value ) / log( 2.0 ), which is the binary value of the base 2 logarithm of the source value.

Prototype

static double Log2( 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.