ManufacturingsCalculateQuantityIndivisible Method

Calculate the indivisible quantity.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static decimal CalculateQuantityIndivisible(
	decimal quantity,
	bool truncate = false
)

Parameters

quantity  Decimal
The quantity to calculate.
truncate  Boolean  (Optional)
If true, truncates the decimal value; otherwise, rounds to the nearest integer away from zero.

Return Value

Decimal
Decimal with the the indivisible quantity.

See Also