ResultArrayAsBoolArray 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 Result[] type to a Bool[] type, where One is mapped to true and Zero is mapped to false.

function ResultArrayAsBoolArray (input : Result[]) : Bool[]

Input

input : Result[]

Result[] to be converted.

Output : Bool[]

A Bool[] representing the input.