VGConstants.LargeReal Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
About the largest scale that can generally produce math good results
public: double LargeReal = 1E+15;
public const double LargeReal = 1E+15;
val mutable LargeReal : double
Public Const LargeReal As Double = 1E+15