Share via


ReqDemPlanSSASHelper.real2doubleCached Method [AX 2012]

Converts a value of real type into a System.Double type specified in _value parameter. Caches converted results.

Syntax

private CLRObject real2doubleCached(real _value)

Run On

Server

Parameters

  • _value
    Type: real
    The value to be converted.

Return Value

Type: CLRObject Class
A System.Double object.

Remarks

This method is not intended to cache large number of double values.

Using this method will only pay-off if the same real value needs to be converted over and over again.

See Also

Reference

ReqDemPlanSSASHelper Class