Back to FabImage Library website

You are here: Start » Function Reference » Matrix » CreateUniformMatrix

CreateUniformMatrix


Header:STD.h
Namespace:fil

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

Syntax

void fil::CreateUniformMatrix
(
	int inRowCount,
	int inColumnCount,
	float inValue,
	fil::Matrix& outMatrix
)

Parameters

Name Type Range Default Description
inRowCount int 0 -
inColumnCount int 0 -
inValue float
outMatrix Matrix&