AbsI function
Namespace: Microsoft.Quantum.Math
Package: Microsoft.Quantum.QSharp.Foundation
Returns the absolute value of an integer.
function AbsI (a : Int) : Int
Input
a : Int
The number whose absolute value is to be returned.
Output : Int
The absolute value of a
.
Example
Message($"{AbsI(314)}"); // 314
Message($"{AbsI(-271)}"); // 271
See Also
Geri Bildirim
Gönderin ve geri bildirimi görüntüleyin