Click or drag to resize

DegreesMinutesSeconds.EqualsEpsilon Method

Indicates whether each DegreesMinutesSeconds value of another instance of this type is within the required tolerance of the corresponding DegreesMinutesSeconds value of this instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public bool EqualsEpsilon(
	DegreesMinutesSeconds other,
	double epsilon
)

Parameters

other
Type: AGI.Foundation.DegreesMinutesSeconds
The set of DegreesMinutesSeconds values to compare to this instance.
epsilon
Type: System.Double
The limit at which the absolute differences between the DegreesMinutesSeconds values will not be considered equal.

Return Value

Type: Boolean
true if the absolute differences are less than or equal to epsilon; otherwise false.

Implements

IEquatableEpsilon<T>.EqualsEpsilon(T, Double)
See Also