







JsPropertiesExtractor | Send comments on this topic. |
AreEqual Method | |
See Also Example |
![]() |
vdWebLibrary Namespace > vdgeo Class : AreEqual Method |
- val1
- The first numerical value to be checked.
- val2
- The second numerical value to be checked.
- equality
- The minimum difference of the two values. Any difference smaller than this parameter will be considered 0.
Parameters
- val1
- The first numerical value to be checked.
- val2
- The second numerical value to be checked.
- equality
- The minimum difference of the two values. Any difference smaller than this parameter will be considered 0.
Return Value
True if the difference is smaller than the equality, false if the difference is larger.C# | ![]() |
---|---|
var v = vdgeo.newpoint(X, Y, Z); |