ILNumerics Ultimate VS

complexRound Method (complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Rounds towards nearest integer.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Round(
	complex a
)

Parameters

a
Type: ILNumericscomplex
Input value.

Return Value

Type: complex
The value of a, rounded to the nearest integer.
Remarks

Rounding is performed for real and imag separately.

Numbers halfway between two others (0.5, 1.5,...) are rounded towards the next even number. See: ToEven.

[ILNumerics Core Module]

See Also

Reference