MathMatrix constructor

init

Initializes a new instance of the MathMatrix class.

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

See Also