System.Math.SetFPURoundMode

From RAD Studio API Documentation
Revision as of 12:23, 2 March 2015 by Simona.craciun (talk | contribs) (English review. RS-58373)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function SetFPURoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;

C++

extern DELPHI_PACKAGE TFPURoundingMode __fastcall SetFPURoundMode(const TFPURoundingMode RoundMode);

Properties

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

Description

Sets the Intel X87 FPU's rounding mode.

This is Intel platform dependent function.

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

Please use SetRoundMode instead of SetFPURoundMode.

See Also