CreateUniformMatrix


Creates a matrix with the specified dimensions and filled with a uniform element value.

Syntax

C++
Python
 
def CreateUniformMatrix(
	inRowCount: int,
	inColumnCount: int,
	inValue: float,
	outMatrix: Matrix,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inRowCount int 0 -
Input value inColumnCount int 0 -
Input value inValue float
Output value outMatrix Matrix