PyramidalBoundsEqualsEpsilon Method |
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool EqualsEpsilon(
PyramidalBounds other,
double epsilon
)
Public Function EqualsEpsilon (
other As PyramidalBounds,
epsilon As Double
) As Boolean
public:
virtual bool EqualsEpsilon(
PyramidalBounds other,
double epsilon
) sealed
abstract EqualsEpsilon :
other : PyramidalBounds *
epsilon : float -> bool
override EqualsEpsilon :
other : PyramidalBounds *
epsilon : float -> bool
Parameters
- other
- Type: AGI.Foundation.CoordinatesPyramidalBounds
The set of PyramidalBounds to compare to this instance. - epsilon
- Type: SystemDouble
The limit at which the absolute differences between the values will not be considered equal.
Return Value
Type:
Boolean if the absolute differences are less than or equal to
epsilon; otherwise
.
Implements
IEquatableEpsilonTEqualsEpsilon(T, Double)See Also