Extensions.ToDoubleCoeff(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.
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
Double representing the input double.