HTerm.Deconstruct(IQArray<Int64>, IQArray<Double>) Method

Definition

public void Deconstruct (out Microsoft.Quantum.Simulation.Core.IQArray<long> item1, out Microsoft.Quantum.Simulation.Core.IQArray<double> item2);
member this.Deconstruct : IQArray * IQArray -> unit
Public Sub Deconstruct (ByRef item1 As IQArray(Of Long), ByRef item2 As IQArray(Of Double))

Parameters

item1
Microsoft.Quantum.Simulation.Core.IQArray<Int64>
item2
Microsoft.Quantum.Simulation.Core.IQArray<Double>

Applies to