ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Gets the number of bytes spanned by a single element of this array.
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Field Value
Type: UInt32Remarks
This value corresponds to the value computed by SizeOfT(T) with the following exceptions: for T1 of 'bool' 1 is returned. Referencd types return Size.
See Also