BoolAsResult 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.Convert

Package: Microsoft.Quantum.Standard

Converts a Bool type to a Result type, where true is mapped to One and false is mapped to Zero.

function BoolAsResult (input : Bool) : Result

Input

input : Bool

Bool to be converted.

Output : Result

A Result representing the input.