Click or drag to resize

HalfType   Conversion (Char to HalfType)

Converts a Unicode character to a System.Half.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static implicit operator HalfType (
	char value
)

Parameters

value  Char
A Unicode character.

Return Value

HalfType
A System.Half that represents the converted Unicode character.
See Also