real class : Epsilon getter

Description

Represents the smallest positive Double value that is greater than zero.

Syntax

realInstance.Epsilon

Arguments

None

Return value

ClassDescription
realThe smallest positive Double value that is greater than zero.

Sample code

//anyReal is a instance of real type.

real eps = anyReal.Epsilon;

Notes

It's a wrapper of the System.Double.Epsilon.

This getter is a constant. Please note that is not affected by the value of the calling instance.

Links for reference

Copyright © Rice All rights reserved.