The methods of the Single structure are listed below. For a complete list of Single structure members, see the Single Members topic.
CompareTo | Compares this instance to specified Object. |
Equals | Compares this instance with a specified Object. |
Format | Overloaded. Converts a numeric value to a String. |
FromString | Converts a String to a float. |
GetHashCode | Returns the hash code for this Single. |
GetType (inherited from Object) | Gets the Type of the Object. |
GetTypeCode | [To be supplied.] |
IsInfinity | Returns a Boolean that indicates whether the specified object represents negative or positive infinity. |
IsNaN | Determines whether the specified object is not a number (NaN). |
IsNegativeInfinity | Determines whether the specified object represents negative infinity. |
IsPositiveInfinity | Determines whether the specified object represents positive infinity. |
Parse | Overloaded. Converts a String to a Single. |
ToBoolean | [To be supplied.] |
ToByte | [To be supplied.] |
ToChar | [To be supplied.] |
ToDateTime | [To be supplied.] |
ToDecimal | [To be supplied.] |
ToDouble | [To be supplied.] |
ToInt16 | [To be supplied.] |
ToInt32 | [To be supplied.] |
ToInt64 | [To be supplied.] |
ToSByte | [To be supplied.] |
ToSingle | [To be supplied.] |
ToString | Overloaded. Converts a Single to a String. |
ToType | [To be supplied.] |
ToUInt16 | [To be supplied.] |
ToUInt32 | [To be supplied.] |
ToUInt64 | [To be supplied.] |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |