HalfType Conversion (HalfType to Char) |
Converts a System.Half to a Unicode character.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static explicit operator char (
HalfType value
)
Parameters
- value HalfType
- A System.Half to convert.
Return Value
CharA Unicode character that represents the converted System.Half.
See Also