NotesCheckTotalCurrencyDecimals(Object) Method

Checks the number of decimal places in the currency totals.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static short CheckTotalCurrencyDecimals(
	Object decimals
)

Parameters

decimals  Object
Decimals to check.

Return Value

Int16
short with the number of decimal places in the currency totals.

See Also