IsResultZero function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Canon

Package: Microsoft.Quantum.Standard

Tests if a given Result value is equal to Zero.

function IsResultZero (input : Result) : Bool

Input

input : Result

Result value to be tested.

Output : Bool

Returns true if input is equal to Zero.