x02bh returns the base parameter b of the model of floating-point arithmetic as described in the X02 class.

Syntax

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

Return Value

x02bh returns the base parameter b of the model of floating-point arithmetic as described in the X02 class.

Description

None.

References

None.

Error Indicators and Warnings

None.

Accuracy

None.

Parallelism and Performance

None.

Further Comments

None.

Example

See Also