Click or drag to resize

IEquatableEpsilonT Interface

Defines a method for determining equality of instances within a specified tolerance.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IEquatableEpsilon<T>

Type Parameters

T
The type of objects to compare.

The IEquatableEpsilonT type exposes the following members.

Methods
  NameDescription
Public methodEqualsEpsilon
Returns true if this instance is equal to the specified instance, within epsilon. Commonly, in order for two instances to be considered equal by this method, the absolute value of the difference between each of their constituent elements must be less than or equal to epsilon.
Top
See Also