Click or drag to resize

HalfType   Conversion (HalfType to Byte)

Converts a System.Half to an 8-bit unsigned integer.

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

Parameters

value  HalfType
A System.Half to convert.

Return Value

Byte
An 8-bit unsigned integer that represents the converted System.Half.
See Also