NumberDecimalNumber Class

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class DecimalNumber : Number
Inheritance
Object    DataTypeBase    Number    NumberDecimalNumber

Constructors

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.

Methods

CompareToCompares 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)
EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Number)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as a hash function for a particular type.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsSpecialNullInstance
(Inherited from Number)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToDecimal Return the value as a Decimal
(Overrides NumberToDecimal)
ToStringReturns 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)

Fields

Extension Methods

ShouldBeVerifies that the actual value matches the expected value
(Defined by Should)
ShouldBeVerifies that the actual value matches the expected value
(Defined by Should)
ShouldBeVerifies that the actual value matches the expected value
(Defined by Should)
ShouldBeVerifies that the actual value matches the expected value
(Defined by Should)
ShouldBeVerifies that the actual value matches the expected value
(Defined by Should)

See Also