IComplexFloatMatrix Type

Represents the simplest form of a 2D matrix of ComplexFloat values, which is readable and writeable.

Instance members

Instance member Description

this.[arg1, arg2]

Full Usage: this.[arg1, arg2]

Parameters:
    arg0 : int

Returns: int
Modifiers: abstract

Get / sets an element of the matrix at (row, col).

arg0 : int
Returns: int