Click or drag to resize

HalfTypeIsPositiveInfinity Method

Returns a value indicating whether the specified number evaluates to positive infinity.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool IsPositiveInfinity(
	HalfType half
)

Parameters

half  HalfType
A half-precision floating-point number.

Return Value

Boolean
true if half evaluates to System.Half.PositiveInfinity; otherwise, false.
See Also