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 | |
|---|---|---|---|---|---|
![]() |
inRowCount | int | 0 - ![]() |
||
![]() |
inColumnCount | int | 0 - ![]() |
||
![]() |
inValue | float | |||
![]() |
outMatrix | Matrix |



