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