EqualityFactI function
Namespace: Microsoft.Quantum.Diagnostics
Package: Microsoft.Quantum.Standard
Asserts that a classical Int variable has the expected value.
function EqualityFactI (actual : Int, expected : Int, message : String) : Unit
Input
actual : Int
The number to be checked.
expected : Int
The expected value.
message : String
Failure message string to be used when the assertion is triggered.
Output : Unit
反馈
提交和查看相关反馈