MathMatrix constructor

init(self, row_count, column_count)

Initializes a new instance of the MathMatrix class.

def __init__(self, row_count, column_count):
    ...
ParameterTypeDescription
row_countintrow count
column_countintcolumn count

See Also