Click or drag to resize

IntArray Constructor

https://www.emgu.com
Create an int array of the given size

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public IntArray(
	int size
)

Parameters

size
Type: SystemInt32
The size of the IntArray
See Also