Share via


ReqItemJournalCreate.calcStdDeviationPerMonth Method [AX 2012]

Calculates the standard deviation of the demands per month.

Syntax

protected InventQty calcStdDeviationPerMonth(Map _mapDemandPerMonth, InventQty _avgDemandPerMonth)

Run On

Called

Parameters

  • _mapDemandPerMonth
    Type: Map Class
    A map that contains demand per month.

Return Value

Type: InventQty Extended Data Type
A real that holds the standard deviation.

See Also

Reference

ReqItemJournalCreate Class