x02be returns the maximum number of decimal digits which can be accurately represented over the whole range of floating-point numbers.

Syntax

C#
public static int x02be()
Visual Basic
Public Shared Function x02be As Integer
Visual C++
public:
static int x02be()
F#
static member x02be : unit -> int 

Return Value

x02be returns the maximum number of decimal digits which can be accurately represented over the whole range of floating-point numbers.

Description

None.

References

None.

Error Indicators and Warnings

None.

Accuracy

None.

Parallelism and Performance

None.

Further Comments

None.

Example

See Also