http://www.emgu.com
Similar to Marshal.SizeOf function
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 static int SizeOf<T>()
Public Shared Function SizeOf(Of T) As Integer
public:
generic<typename T>
static int SizeOf()
static member SizeOf : unit -> int
Type Parameters
- T
- The type
Return Value
Type:
Int32The size of T in bytes
See Also