DecimalExtensionsEpsilon Field

Represents the smallest positive Decimal value that is greater than zero.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public const decimal Epsilon = 0,0000000000000000000000000001

Field Value

Decimal

Remarks

The value of this constant is 0.0000000000000000000000000001.

See Also