Returns TRUE if num1 and num2 are equal within the given percent.
FUNCTION EqPercent(
value1 : REAL;
value2 : REAL;
percent : REAL): BOOLEAN;def vs.EqPercent(value1, value2, percent):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| value1 | REAL | |
| value2 | REAL | |
| percent | REAL |
Availability: from Vectorworks 2014