Click or drag to resize

HalfType  Conversion (HalfType to SByte)

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

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

Parameters

value
Type: NeoAxisHalfType
A System.Half to convert.

Return Value

Type: SByte
An 8-bit signed integer that represents the converted System.Half.
See Also