FPEnvGetRoundingMethod

Applies to:uCalc Transform
Class:uCalc
Gets the current floating point environment rounding option
Syntax
FPEnvGetRounding()
Remarks
DLL import code
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="FPEnvGetRounding")> _

Private Function FPEnvGetRounding__(ByVal uCalcHandle As IntPtr) As  FPEnvRoundingEnum
End Function
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="FPEnvGetRounding")]

protected static extern  FPEnvRoundingEnum FPEnvGetRounding_(IntPtr uCalcHandle);
            
{DLLImport}function FPEnvGetRounding__(uCalcHandle: System.Pointer):  FPEnvRoundingEnum; cdecl; external uCalcDLL name 'FPEnvGetRounding';

            
typedef  FPEnvRoundingEnum (* __FPEnvGetRounding)(void *uCalcHandle); 

            
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "FPEnvGetRounding")]

static FPEnvRoundingEnum FPEnvGetRounding_(void *  uCalcHandle);
            
Prev | Next