System.Math.GetFPURoundMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFPURoundMode: TFPURoundingMode;

C++

extern DELPHI_PACKAGE TFPURoundingMode __fastcall GetFPURoundMode(void);

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Gets the Intel FPU's rounding mode.

This is an Intel platform dependent function.

This function is considered obsolete (Windows only, not cross-platform), and is not available for NEXTGEN compilers.

Please use GetRoundMode instead of GetFPURoundMode.

See Also