The members of System.Single are listed below.
See Also: Inherited members from System.ValueType
Public Fields
Public Methods
| CompareTo(object) : intReturns the sort order of the current instance compared
to the specified object . |
| CompareTo(float) : intReturns the sort order of the current instance compared
to the specified float . |
override | Equals(object) : boolDetermines whether the current instance and the specified
object represent the same type and value. |
| Equals(float) : boolDetermines whether the current instance and the specified
float represent the same value. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
| GetTypeCode() : TypeCodeDocumentation for this section has not yet been entered. |
static | IsInfinity(float) : boolDetermines whether the specified float represents an infinity,
which can be either positive or negative. |
static | IsNaN(float) : boolDetermines whether the value of the specified float
is undefined (Not-a-Number). |
static | IsNegativeInfinity(float) : bool Determines whether the specified float
represents a negative infinity value. |
static | IsPositiveInfinity(float) : bool Determines whether the specified float
represents a positive infinity value. |
static | Parse(string) : floatReturns the specified string converted to a float value. |
static | Parse(string, System.Globalization.NumberStyles) : floatReturns the specified string converted to a float value. |
static | Parse(string, IFormatProvider) : floatReturns the specified string converted to a float value. |
static | Parse(string, System.Globalization.NumberStyles, IFormatProvider) : floatReturns the specified string converted to a float value. |
override | ToString() : stringReturns a string representation of the value of the current instance. |
| ToString(IFormatProvider) : stringReturns a string representation of the value of the
current instance. |
| ToString(string) : stringReturns a string representation of the value of the current instance. |
| ToString(string, IFormatProvider) : stringReturns a string representation of the value of the current instance. |
static | TryParse(string, out float) : boolDocumentation for this section has not yet been entered. |
static | TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out float) : boolDocumentation for this section has not yet been entered. |
Explicitly Implemented Interface Members