TimeIntervalCollectionEqualsEpsilon Method |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool EqualsEpsilon(
TimeIntervalCollection other,
double epsilon
)
Public Function EqualsEpsilon (
other As TimeIntervalCollection,
epsilon As Double
) As Boolean
public:
virtual bool EqualsEpsilon(
TimeIntervalCollection^ other,
double epsilon
) sealed
abstract EqualsEpsilon :
other : TimeIntervalCollection *
epsilon : float -> bool
override EqualsEpsilon :
other : TimeIntervalCollection *
epsilon : float -> bool
Parameters
- other
- Type: AGI.Foundation.TimeTimeIntervalCollection
A TimeIntervalCollection to compare this one to. - epsilon
- Type: SystemDouble
The largest difference between the Start and Stop dates, in seconds, such that they will be considered equal.
Return Value
Type:
BooleanTrue if all
TimeIntervals are equal as defined by the epsilon value.
Implements
IEquatableEpsilonTEqualsEpsilon(T, Double)See Also