System.Math.TRoundToEXRangeExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TRoundToEXRangeExtended = -20..20;

C++

typedef System::Int8 TRoundToEXRangeExtended;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Represents the permitted range for a power of ten used by System.Math.RoundTo.


System.Math.RoundTo has a TRoundToEXRangeExtended parameter that represents the power of ten to which a given floating-point value must be rounded.