Extensions.ToDoubleCoeff(Double) Method

Definition

Construct Double that implements the ITermValue interface.

public static Microsoft.Quantum.Chemistry.DoubleCoeff ToDoubleCoeff (this double x);
static member ToDoubleCoeff : double -> Microsoft.Quantum.Chemistry.DoubleCoeff
<Extension()>
Public Function ToDoubleCoeff (x As Double) As DoubleCoeff

Parameters

x
Double

Input double.

Returns

DoubleCoeff

Double representing the input double.

Applies to