Table of Contents

Field AreCloseOverrideD

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Optional override for double-precision floating-point equality comparison. If set, this delegate will be used by AreClose(double, double) instead of the default implementation.

public static Func<double, double, bool>? AreCloseOverrideD

Returns

Func<double, double, bool>
Optional override for double-precision floating-point equality comparison. If set, this delegate will be used by instead of the default implementation.