AmountEqualityPrecision Property
Gets or sets a value indicating the decimal precision to which two amounts are considered equal.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int EqualityPrecision { get; set; }
Public Shared Property EqualityPrecision As Integer
Get
Set
Dim value As Integer
value = Amount.EqualityPrecision
Amount.EqualityPrecision = value
public:
static property int EqualityPrecision {
int get ();
void set (int value);
}
static member EqualityPrecision : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
A value indicating the decimal precision to which two amounts are considered equal.