ModularIncrementLE 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

ModularIncrementLE has been deprecated. Please use <xref:Microsoft.Quantum.Arithmetic.ModularIncrementByInteger> instead.

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

operation ModularIncrementLE (increment : Int, modulus : Int, target : Microsoft.Quantum.Arithmetic.LittleEndian) : Unit is Adj + Ctl

Input

increment : Int

modulus : Int

target : LittleEndian

Output : Unit