HTerm.Deconstruct(IQArray<Int64>, IQArray<Double>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>