Click or drag to resize

HalfType  Conversion (SByte to HalfType)

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

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

Parameters

value
Type: SystemSByte
An 8-bit signed integer.

Return Value

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