Click or drag to resize

MatrixMathScalarAsMatrixT   Conversion (MatrixMathScalarAsMatrixT to T)

Converts the scalar to a double if neccessary.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator T (
	MatrixMathScalarAsMatrix<T> s
)

Parameters

s  MatrixMathScalarAsMatrixT
The scalar to convert.

Return Value

T
The value of the element[0,0], which is the only element of the scalar.
See Also