Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.38 KB

microsoft.quantum.canon.littleendiantobigendian.md

File metadata and controls

53 lines (31 loc) · 1.38 KB
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Canon.LittleEndianToBigEndian
LittleEndianToBigEndian function
7/28/2023 12:00:00 AM
managed-reference
function
Microsoft.Quantum.Canon
LittleEndianToBigEndian
> [!WARNING] > LittleEndianToBigEndian has been deprecated. Please use <xref:Microsoft.Quantum.Arithmetic.LittleEndianAsBigEndian> instead. > > Please use @"Microsoft.Quantum.Arithmetic.LittleEndianAsBigEndian".

LittleEndianToBigEndian 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

Warning

LittleEndianToBigEndian has been deprecated. Please use xref:Microsoft.Quantum.Arithmetic.LittleEndianAsBigEndian instead.

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

function LittleEndianToBigEndian (input : Microsoft.Quantum.Arithmetic.LittleEndian) : Microsoft.Quantum.Arithmetic.BigEndian

Input

input : LittleEndian

Output : BigEndian