Fortran.AInt Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
AInt( | Rounds a value towards zero. |
AInt( | Rounds a value towards zero. |
AInt(Double)
Rounds a value towards zero.
public static double AInt(
double x
)
Parameters
- x Double
- The number to round.
Return Value
DoubleThe value x rounded to the nearest integer.
AInt(Single)
Rounds a value towards zero.
public static float AInt(
float x
)
Parameters
- x Single
- The number to round.
Return Value
SingleThe value x rounded to the nearest integer.