Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 931 Bytes

microsoft.quantum.canon.ignore.md

File metadata and controls

46 lines (27 loc) · 931 Bytes
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Canon.Ignore
Ignore function
7/28/2023 12:00:00 AM
managed-reference
function
Microsoft.Quantum.Canon
Ignore
Ignores the output of an operation or function.

Ignore 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.QSharp.Foundation

Ignores the output of an operation or function.

function Ignore<'T> (value : 'T) : Unit

Input

value : 'T

A value to be ignored.

Output : Unit

Type Parameters

'T