Click or drag to resize

HalfType   Conversion (HalfType to Int16)

Converts a System.Half to a 16-bit signed 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 short (
	HalfType value
)

Parameters

value  HalfType
A System.Half to convert.

Return Value

Int16
A 16-bit signed integer that represents the converted System.Half.
See Also