IsNotZero.Run(IOperationFactory, 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 static System.Threading.Tasks.Task<bool> Run (Microsoft.Quantum.Simulation.Core.IOperationFactory __m__, double number);
static member Run : Microsoft.Quantum.Simulation.Core.IOperationFactory * double -> System.Threading.Tasks.Task<bool>
Public Shared Function Run (__m__ As IOperationFactory, number As Double) As Task(Of Boolean)
Parameters
- __m__
- Microsoft.Quantum.Simulation.Core.IOperationFactory
- number
- Double