SingleType Class
This API supports the product infrastructure and is not intended to be used directly from your code.
This class has been deprecated as of Visual Basic 2005.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | FromObject(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Single value that corresponds to the specified object. |
![]() ![]() | FromObject(Object^, NumberFormatInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Single value that corresponds to the specified object. |
![]() ![]() | FromString(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Single value that corresponds to the specified string. |
![]() ![]() | FromString(String^, NumberFormatInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Single value that corresponds to the specified string and number format information. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class provides methods for manipulating data that potentially represents a Single value.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

