![]() MaxValue | A constant representing the largest possible value of a NullableSingle. |
![]() MinValue | A constant representing the smallest possible value of a NullableSingle. |
![]() Null | Represents a Null value that can be assigned to an instance of the NullableSingle structure. A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists. |
![]() Zero | Represents a zero value that can be assigned to an instance of the NullableSingle structure. |
![]() Add | Computes the sum of the two specified NullableSingle structures. |
![]() Divide | Divides its first NullableSingle operand by its second. |
![]() Equals | Overloaded. Compares two NullableSingle structures to determine if they are equivalent. |
![]() GreaterThan | Compares two instances of NullableSingle structure to determine if the first is greater than the second. |
![]() GreaterThanOrEqual | Compares two instances of NullableSingle structure to determine if the first is greater than or equal to the second. |
![]() LessThan | Compares two instances of NullableSingle structure to determine if the first is less than the second. |
![]() LessThanOrEqual | Compares two instances of NullableSingle structure to determine if the first is less than or equal to the second. |
![]() Multiply | Computes the product of the two specified NullableSingle structures. |
![]() NotEquals | Compares two NullableSingle structures to determine if they are not equivalent. |
![]() Parse | Converts the specified String representation of a number to its NullableSingle equivalent. |
![]() Subtract | Computes the subtraction of the two specified NullableSingle structures. |
NullableSingle | Overloaded. Initializes a new instance of the NullableSingle class. |
IsNull | Indicates whether or not the value of the NullableSingle structure is null. |
Value | Gets the value of the NullableSingle structure. This property is read-only |
CompareTo | Compares this NullableSingle structure to a specified object and returns an indication of their relative values. |
Equals | Overloaded. Compares two NullableSingle structures to determine if they are equivalent. |
GetHashCode | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetTypeCode | Returns the TypeCode for value type NullableSingle. |
ToNullableBoolean | Converts this NullableSingle instance to a NullableBoolean. |
ToNullableByte | Converts this NullableSingle instance to a NullableByte. |
ToNullableDecimal | Converts this NullableSingle instance to a NullableDecimal. |
ToNullableDouble | Converts this NullableSingle instance to a NullableDouble. |
ToNullableInt16 | Converts this NullableSingle instance to a NullableInt16. |
ToNullableInt32 | Converts this NullableSingle instance to a NullableInt32. |
ToNullableInt64 | Converts this NullableSingle instance to a NullableInt64. |
ToNullableString | Converts this NullableSingle structure to a NullableString structure. |
ToString | Converts this NullableSingle structure to a String. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableSingle Class | NullableTypes Namespace