Function Blam::Utils::Math::FloatIsInteger¶
Defined in File math.h
Function Documentation¶
-
bool
Blam::Utils::Math::FloatIsInteger(float float_value)¶ Determines whether or not the specified float is a valid integer.
Will return false if the float value is more than 0.00001 away from an even number.
- Return
trueif the float in an integer,falseif it is not.- Parameters
float_value: - The float to evaluate.