VGConstants Class

 

Miscellaneous constants used by the graph layout engine

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams.GraphObject
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGConstants

public ref class VGConstants abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFuzzEqual(Double, Double, Double)

Determines whether two floating point values are considered equal in a specified tolerance

System_CAPS_pubmethodSystem_CAPS_staticFuzzZero(Double, Double)

Determines whether a floating point value should be considered equal to zero in a specified tolerance

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticFuzzDegrees

Tolerance value that is used for floating point comparisons of angles measured in degrees

System_CAPS_pubfieldSystem_CAPS_staticFuzzDistance

Delta value that is used for floating point comparisons of geometric values

System_CAPS_pubfieldSystem_CAPS_staticFuzzGeneral

Tolerance value that is used for floating point comparisons where values are considered equal within regular tolerance, that is to within nine decimal digits

System_CAPS_pubfieldSystem_CAPS_staticFuzzRadians

Tolerance value that is used for floating point comparisons of angles measured in radians

System_CAPS_pubfieldSystem_CAPS_staticFuzzReal

Delta value that is used for floating point comparisons where values are really supposed to be equal, that is approximately the smallest difference representable as a double

System_CAPS_pubfieldSystem_CAPS_staticLargeDistance

Large distance (e.g. delta x/y)

System_CAPS_pubfieldSystem_CAPS_staticLargeGeneral

Very large generally useful number for size

System_CAPS_pubfieldSystem_CAPS_staticLargeReal

About the largest scale that can generally produce math good results

System_CAPS_pubfieldSystem_CAPS_staticPI

The approximation of PI used in the layout engine

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: