http://www.emgu.com
Similar to Marshal.SizeOf function
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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