public TMatrix Matrix(
TDouble value
)
Public Function Matrix (
value As TDouble
) As TMatrix
public:
TMatrix^ Matrix(
TDouble^ value
)
member Matrix :
value : TDouble -> TMatrix
GeneralException | Thrown unless both this and value are integers. |