Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.43 KB

microsoft.quantum.canon.asserthighestbit.md

File metadata and controls

58 lines (32 loc) · 1.43 KB
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Canon.AssertHighestBit
AssertHighestBit operation
7/28/2023 12:00:00 AM
managed-reference
operation
Microsoft.Quantum.Canon
AssertHighestBit
> [!WARNING] > AssertHighestBit has been deprecated. Please use <xref:Microsoft.Quantum.Arithmetic.AssertMostSignificantBit> instead. > > Please use @"Microsoft.Quantum.Arithmetic.AssertMostSignificantBit".

AssertHighestBit operation

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

Warning

AssertHighestBit has been deprecated. Please use xref:Microsoft.Quantum.Arithmetic.AssertMostSignificantBit instead.

Please use @"Microsoft.Quantum.Arithmetic.AssertMostSignificantBit".

operation AssertHighestBit (value : Result, number : Microsoft.Quantum.Arithmetic.LittleEndian) : Unit is Adj + Ctl

Input

value : Result

number : LittleEndian

Output : Unit