DllFunction.Call_Float

Prototypes

float Call_Float()

Return Value

The method's return value is the return value from the DLL function.

Parameters

None

Remarks

When you call this method, IMLPlus calls the specified DLL function and expects the return value to be a single-precision floating-point number.

Example
declare float retvalue;
retvalue = func.Call_Float();