DoubleCoeff.Implicit Operator
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.
Overloads
| Implicit(DoubleCoeff to Double) | |
| Implicit(Double to DoubleCoeff) |
Implicit(DoubleCoeff to Double)
public static implicit operator double (Microsoft.Quantum.Chemistry.DoubleCoeff value);
static member op_Implicit : Microsoft.Quantum.Chemistry.DoubleCoeff -> double
Public Shared Widening Operator CType (value As DoubleCoeff) As Double
Parameters
- value
- DoubleCoeff
Returns
Applies to
Implicit(Double to DoubleCoeff)
public static implicit operator Microsoft.Quantum.Chemistry.DoubleCoeff (double value);
static member op_Implicit : double -> Microsoft.Quantum.Chemistry.DoubleCoeff
Public Shared Widening Operator CType (value As Double) As DoubleCoeff
Parameters
- value
- Double