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
Syntaxpublic IntArray(
int size
)
Public Sub New (
size As Integer
)
public:
IntArray(
int size
)
new :
size : int -> IntArray
Parameters
- size
- Type: SystemInt32
The size of the IntArray
See Also