Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 501 Bytes

File metadata and controls

29 lines (23 loc) · 501 Bytes

Eq

Description

Returns TRUE if the two real numbers are equal within the tolerance.

FUNCTION Eq(
				value1    : REAL;
				value2    : REAL;
				tolerance : REAL): BOOLEAN;
def vs.Eq(value1, value2, tolerance):
    return BOOLEAN

Parameters

Name Type Description
value1 REAL
value2 REAL
tolerance REAL

Version

Availability: from Vectorworks 2014

Category