Compatible With ScriptsCompatible With ExpressionsCompatible With The Command Line

 

double BitsToValue (string bitField)

 

Return Value: The decimal value of the binary number bitField.

 

Arguments:

bitField

a string representing a binary number. i.e. "1011000111"

 

The string bitField is treated as a binary number and the decimal equivalent is returned

 

Example:

Exp_1
|_BitsToValue( "101" )

Returns the value 5.000000 which is the decimal equivalent of the binary 101.

Converted from CHM to HTML with chm2web Pro 2.82 (unicode)