Click or drag to resize

HalfTypeMultiply Method

Multiplies two specified System.Half values.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static HalfType Multiply(
	HalfType half1,
	HalfType half2
)

Parameters

half1  HalfType
A System.Half (the multiplicand).
half2  HalfType
A System.Half (the multiplier).

Return Value

HalfType
A System.Half that is the result of multiplying half1 and half2.
See Also