public class DecimalNumber : Number
Public Class DecimalNumber
Inherits Number
type DecimalNumber =
class
inherit Number
end
NumberDecimalNumber(Decimal) | Initializes a new instance of the NumberDecimalNumber class. |
NumberDecimalNumber(Double) | Initializes a new instance of the NumberDecimalNumber class. |
NumberDecimalNumber(Int64) | Initializes a new instance of the NumberDecimalNumber class. |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from Number) |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Number) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsSpecialNullInstance | (Inherited from Number) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToDecimal |
Return the value as a Decimal (Overrides NumberToDecimal) |
ToString | Returns a String that represents the current Number. (Inherited from Number) |
ToString(String) | Returns a String that represents the current Number. The result string is formatted using the format provided in the format parameter. (Inherited from Number) |
ToString(String, IFormatProvider) | Returns a String that represents the value specified in format. The result string is formatted using the format provided in the format parameter. (Inherited from DataTypeBase) |
ShouldBe | Verifies that the actual value matches the expected value (Defined by Should) |
ShouldBe | Verifies that the actual value matches the expected value (Defined by Should) |
ShouldBe | Verifies that the actual value matches the expected value (Defined by Should) |
ShouldBe | Verifies that the actual value matches the expected value (Defined by Should) |
ShouldBe | Verifies that the actual value matches the expected value (Defined by Should) |