MultiplyMatrixByReal
Multiplies all elements of a matrix by a value.
Syntax
C++
Python
def MultiplyMatrixByReal( inMatrix: Matrix, inValue: float, outMatrix: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | ||
![]() |
inValue | float | ||
![]() |
outMatrix | Matrix |


