The methods of System.Single are listed below. For a list of all members, see the Single Members list.
See Also: Inherited members from System.ValueType
CompareTo(object) : int Returns the sort order of the current instance compared to the specified object .CompareTo(float) : int Returns the sort order of the current instance compared to the specified float . overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value.Equals(float) : bool Determines whether the current instance and the specified float represent the same value. overrideGetHashCode() : int Generates a hash code for the current instance.GetTypeCode() : TypeCode Documentation for this section has not yet been entered. staticIsInfinity(float) : bool Determines whether the specified float represents an infinity, which can be either positive or negative. staticIsNaN(float) : bool Determines whether the value of the specified float is undefined (Not-a-Number). staticIsNegativeInfinity(float) : bool Determines whether the specified float represents a negative infinity value. staticIsPositiveInfinity(float) : bool Determines whether the specified float represents a positive infinity value. staticParse(string) : float Returns the specified string converted to a float value. staticParse(string, System.Globalization.NumberStyles) : float Returns the specified string converted to a float value. staticParse(string, IFormatProvider) : float Returns the specified string converted to a float value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : float Returns the specified string converted to a float value. overrideToString() : string Returns a string representation of the value of the current instance.ToString(IFormatProvider) : string Returns a string representation of the value of the current instance.ToString(string) : string Returns a string representation of the value of the current instance.ToString(string, IFormatProvider) : string Returns a string representation of the value of the current instance. staticTryParse(string, out float) : bool Documentation for this section has not yet been entered. staticTryParse(string, System.Globalization.NumberStyles, IFormatProvider, out float) : bool Documentation for this section has not yet been entered.