# Functions
FloatToInt Converts the value to a int64 representation.
FloatToUint Converts the value to a uint64 representation.
IntToFloat Converts back the int64 representation into a float value.
IntToString format the int64 representation as string.
StringToInt parse the input string float value and returns the int64 representation.
StringToUint parse the input string float value and returns the uint64 representation.
UintToFloat Converts back the uint64 representation into a float value.
UintToString format the uint64 representation as string.