次の方法で共有


VGConstants.FuzzGeneral Field

Definition

Tolerance value used for floating point comparisons where values are considered equal within normal tolerance, i.e. to within nine decimal digits

public: double FuzzGeneral = 1E-09;
public const double FuzzGeneral = 1E-09;
val mutable FuzzGeneral : double
Public Const FuzzGeneral As Double  = 1E-09

Field Value

Value = 1E-09

Applies to