http://www.emgu.com
Create a Pinnned array of the specific type
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntaxpublic PinnedArray(
int size
)
Public Sub New (
size As Integer
)
public:
PinnedArray(
int size
)
new :
size : int -> PinnedArray
Parameters
- size
- Type: SystemInt32
The size of the array
See Also