DoubleCoeff.Implicit Operator

Definition

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

Double

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

Returns

DoubleCoeff

Applies to