BORE Object
- Last UpdatedMar 24, 2023
- 1 minute read
Member
|
Name |
Type |
Purpose |
|---|---|---|
|
Size |
REAL Get/Set |
The BORE size. |
Methods
None of these methods modifies the original object.
|
Name |
Result |
Purpose |
|---|---|---|
|
BORE(REAL value) |
BOOLEAN |
Constructor that creates a BORE object with the given value. |
|
BORE(STRING value) |
BOOLEAN |
Constructor that creates a BORE object with the given value. |
|
BORE(STRING value, FORMAT format) |
BOOLEAN |
Constructor that creates a BORE object with the given value, and in the format specified by format. |
|
EQ(REAL value) |
BOOLEAN |
Comparison with the argument value dependent on current BORE units. |
|
GEQ(BORE bore) |
BOOLEAN |
TRUE if this object is greater than or equal to the argument bore. |
|
GEQ(REAL value) |
BOOLEAN |
Comparison with the argument value dependent on current BORE units. |
|
GT(BORE bore) |
BOOLEAN |
TRUE if BORE greater than BORE. |
|
GT(REAL value) |
BOOLEAN |
Comparison with the argument value dependent on current BORE units. |
|
LEQ(BORE bore) |
BOOLEAN |
TRUE if this object is less than or equal to the argument bore. |
|
LEQ(REAL value) |
BOOLEAN |
Comparison with the argument value dependent on current BORE units. |
|
LT(BORE bore) |
BOOLEAN |
TRUE if this object is less than bore. |
|
LT(REAL value) |
BOOLEAN |
Comparison with the argument value dependent on current BORE units. |
|
Real() |
REAL |
Convert BORE to a REAL value. |
|
String(FORMAT format) |
STRING |
Convert BORE to a STRING using the settings in the global format object. |