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