is_constant
Method of RealArray.
Overloads
| Name | Description |
|---|---|
is_constant() -> bool | Returns true if all elements of the RealArray lhs are the same. |
is_constant(real tolerance) -> bool | Returns true if all elements of the RealArray lhs are approximately the same, within the specified tolerance. |
is_constant() -> bool
Returns true if all elements of the RealArray lhs are the same.
is_constant(real tolerance) -> bool
Returns true if all elements of the RealArray lhs are approximately the same, within the specified tolerance.
Parameters
- tolerance: The tolerance to use for comparison.