Click or drag to resize

TfInvokeDataTypeSize Method

http://www.emgu.com
Get the size of the datatype in bytes.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public static int DataTypeSize(
	DataType dt
)

Parameters

dt
Type: Emgu.TFDataType
The data type

Return Value

Type: Int32
The size of the data type in bytes
See Also