The members of System.Single are listed below.
See Also: Inherited members from System.ValueType
const | Epsilon | float (1.401298E-45).
Represents the smallest positive float value that is greater than zero. This field is constant. |
const | MaxValue | float (3.402823E+38).
Represents the largest possible value of float. This field is constant. |
const | MinValue | float (-3.402823E+38).
Represents the smallest possible value of float. This field is constant. |
const | NaN | float (NaN).
Represents not a number (NaN). This field is constant. |
const | NegativeInfinity | float (-Infinity).
Represents negative infinity. This field is constant. |
const | PositiveInfinity | float (Infinity).
Represents positive infinity. This field is constant. |
CompareTo(object)
| ||
CompareTo(float)
| ||
override | Equals(object)
| |
Equals(float)
| ||
override | GetHashCode()
| |
GetTypeCode() | ||
static | IsInfinity(float)
| |
static | IsNaN(float)
| |
static | IsNegativeInfinity(float)
| |
static | IsPositiveInfinity(float)
| |
static | Parse(string)
| |
static | Parse(string, System.Globalization.NumberStyles)
| |
static | Parse(string, IFormatProvider)
| |
static | Parse(string, System.Globalization.NumberStyles, IFormatProvider)
| |
override | ToString()
| |
ToString(IFormatProvider)
| ||
ToString(string)
| ||
ToString(string, IFormatProvider)
| ||
static | TryParse(string, out float)Documentation for this section has not yet been entered. | |
static | TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out float)Documentation for this section has not yet been entered. |
static | Equality(float, float) |
Returns a value that indicates whether two specified float values are equal. |
static | GreaterThan(float, float) |
Returns a value that indicates whether a specified float value is greater than another specified float value. |
static | GreaterThanOrEqual(float, float) |
Returns a value that indicates whether a specified float value is greater than or equal to another specified float value. |
static | Inequality(float, float) |
Returns a value that indicates whether two specified float values are not equal. |
static | LessThan(float, float) |
Returns a value that indicates whether a specified float value is less than another specified float value. |
static | LessThanOrEqual(float, float) |
Returns a value that indicates whether a specified float value is less than or equal to another specified float value. |