![]() ![]() | A constant representing the largest possible value of a NullableDecimal. |
![]() ![]() | Represents the number negative one (-1) that can be assigned to an instance of the NullableDecimal structure. |
![]() ![]() | A constant representing the smallest possible value of a NullableDecimal. |
![]() ![]() | Represents a Null value that can be assigned to an instance of the NullableDecimal 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. |
![]() ![]() | Represents the number positive one (1) that can be assigned to an instance of the NullableDecimal structure. |
![]() ![]() | Represents a zero value that can be assigned to an instance of the NullableDecimal structure. |
![]() ![]() | Computes absolute value of the specified NullableDecimal structure. |
![]() ![]() | Computes the sum of the two specified NullableDecimal structures. |
![]() ![]() | Computes the smallest whole number greater than or equal to the specified NullableDecimal structure. |
![]() ![]() | Divides its first NullableDecimal operand by its second. |
![]() ![]() | Overloaded. Compares two NullableDecimal structures to determine if they are equivalent. |
![]() ![]() | Rounds the specified NullableDecimal to the closest integer toward negative infinity. |
![]() ![]() | Compares two instances of NullableDecimal structure to determine if the first is greater than the second. |
![]() ![]() | Compares two instances of NullableDecimal structure to determine if the first is greater than or equal to the second. |
![]() ![]() | Compares two instances of NullableDecimal structure to determine if the first is less than the second. |
![]() ![]() | Compares two instances of NullableDecimal structure to determine if the first is less than or equal to the second. |
![]() ![]() | Computes the product of the two specified NullableDecimal structures. |
![]() ![]() | Compares two NullableDecimal structures to determine if they are not equivalent. |
![]() ![]() | Converts the specified String representation of a number to its NullableDecimal equivalent. |
![]() ![]() | Rounds a NullableDecimal value to a specified number of decimal places. |
![]() ![]() | Gets a value indicating the sign of a specified NullableDecimal structure. |
![]() ![]() | Computes the subtraction of the two specified NullableDecimal structures. |
![]() ![]() | Returns the integral digits of the specified NullableDecimal value to a specified while any fractional digits are discarded |
![]() | Overloaded. Initializes a new instance of the NullableDecimal class. |
![]() | Indicates whether or not the value of the NullableDecimal structure is null. |
![]() | Indicates whether or not the value of the NullableDecimal structure is greater than zero. |
![]() | Gets the value of the NullableDecimal structure. This property is read-only |
![]() | Compares this NullableDecimal structure to a specified object and returns an indication of their relative values. |
![]() | Overloaded. Compares two NullableDecimal structures to determine if they are equivalent. |
![]() | Returns the hash code for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Returns the TypeCode for value type NullableDecimal. |
![]() | Converts this NullableDecimal instance to a Double. |
![]() | Converts this NullableDecimal instance to a NullableBoolean. |
![]() | Converts this NullableDecimal instance to a NullableByte. |
![]() | Converts this NullableDecimal instance to a NullableDouble. |
![]() | Converts this NullableDecimal instance to a NullableInt16. |
![]() | Converts this NullableDecimal instance to a NullableInt32. |
![]() | Converts this NullableDecimal instance to a NullableInt64. |
![]() | Converts this NullableDecimal instance to a NullableSingle. |
![]() | Converts this NullableDecimal structure to a NullableString structure. |
![]() | Converts this NullableDecimal structure to a String. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableDecimal Class | NullableTypes Namespace