ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTSizeOfT Field

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static readonly uint SizeOfT

Field Value

Type: UInt32
Remarks

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

Reference