Click or drag to resize

HalfType  Conversion (Int16 to HalfType)

Converts a 16-bit signed integer to a System.Half.

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

Parameters

value
Type: SystemInt16
A 16-bit signed integer.

Return Value

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