| DoubleSymBandMatrix Conversion (FloatSymBandMatrix to DoubleSymBandMatrix) |
Implicitly converts a FloatSymBandMatrix instance into a DoubleSymBandMatrix
instance.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public static implicit operator DoubleSymBandMatrix (
FloatSymBandMatrix A
)
Public Shared Widening Operator CType (
A As FloatSymBandMatrix
) As DoubleSymBandMatrix
static implicit operator DoubleSymBandMatrix^ (
FloatSymBandMatrix^ A
)
F# does not support the declaration of new casting operators.
Parameters
- A FloatSymBandMatrix
- A FloatSymBandMatrix instance.
Return Value
DoubleSymBandMatrixSee Also