Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.