ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The value of a, rounded to the nearest integer.
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
Parameters
- a
- Type: ILNumericsfcomplex
Input value.
Return Value
Type: fcomplexThe 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