IntToFloat

From Dragon Age Toolset Wiki

Jump to: navigation, search

Converts an integer to a floating point number.

float IntToFloat(
int nInteger
);

Parameters:
nInteger
The integer to convert
Returns:
A floating point representation of the integer nInteger.
Source:
script.ldf

Description

Returns the integer nInteger in floating point format.


See also

FloatToInt, IntToString, IntToString, IntToHexString, IntToChar

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox