Gets an offset amount calculated from the value of WholeDigits.

Namespace: Simol.Formatters
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public decimal OffsetAmount { get; }
Visual Basic
Public ReadOnly Property OffsetAmount As Decimal
	Get
Visual C++
public:
property Decimal OffsetAmount {
	Decimal get ();
}

Field Value

The offset amount.

See Also