Click or drag to resize

HalfTypeDivide Method

Divides two specified System.Half values.

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

Parameters

half1
Type: NeoAxisHalfType
A System.Half (the dividend).
half2
Type: NeoAxisHalfType
A System.Half (the divisor).

Return Value

Type: HalfType
The System.Half that is the result of dividing half1 by half2.
Exceptions
ExceptionCondition
DivideByZeroExceptionhalf2 is zero.
See Also