Table of Contents

Field AreCloseOverrideF

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

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

public static Func<float, float, bool>? AreCloseOverrideF

Returns

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