Float

Class Name Description
Float.Add Add float.
Float.Compare Compare floats.
Float.Div Divide the float.
Float.Mod Computes the remainder of float. (Result = Value1 % Value2)
Float.Mul Multiply by float.
Float.Negative To invert the sign of the float.
Float.Parse Returns an Float converted from a string.
Float.Sub Subtract float.
Float.ToInt Convert float to int.
Float.ToLong Convert float to long.
Float.ToString Returns a formatted string of Float.
Float.TryParse Returns an Float converted from a string. It also returns whether the conversion was successful.