Click or drag to resize

IntArray Constructor

http://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.4.0.1059
Syntax
public IntArray(
	int size
)

Parameters

size
Type: SystemInt32
The size of the IntArray
See Also