public abstract class Number : DataTypeBase,
IComparable
Public MustInherit Class Number
Inherits DataTypeBase
Implements IComparable
[<AbstractClassAttribute>]
type Number =
class
inherit DataTypeBase
interface IComparable
end
DecimalSeperator | |
GroupSeperator | |
ReplacePeriodWithDecimalSeperatorOnUserInput | |
TruncateMathTo18Digits | |
Zero | Represents the Number Zero |
Cast | Casts the object specified in the basedOn parameter to a Number. If the cast fails an InvalidCastException is thrown |
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. (Overrides DataTypeBaseCompareTo(Object)) |
Create(Decimal) | |
Create(Double) | |
Create(Int16) | |
Create(Int32) | |
Create(Int64) | |
Create(Single) | |
Equals | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object)) |
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 the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsNullOrZero | |
IsSpecialNullInstance | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Parse(String) | Parses text and returns the parsed value as Number |
Parse(String, String) | Parses text and returns the parsed value as Number |
ToDecimal | Return the value as a Decimal |
ToString | Returns a String that represents the current Number. (Overrides ObjectToString) |
ToString(String) | Returns a String that represents the current Number. The result string is formatted using the format provided in the format parameter. (Overrides DataTypeBaseToString(String)) |
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) |
TryCast | Tries to cast the object specified in the basedOn parameter to a Boolean. |
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) |