'Declaration Public Shared Function GetValueSize( _ ByVal typeId As ImGearNativeDataTypes _ ) As Integer
'Usage Dim typeId As ImGearNativeDataTypes Dim value As Integer value = ImGearNativeDataTypeHelper.GetValueSize(typeId)
public static int GetValueSize( ImGearNativeDataTypes typeId )
public: static int GetValueSize( ImGearNativeDataTypes typeId )
public: static int GetValueSize( ImGearNativeDataTypes typeId )
Parameters
- typeId
- Data type for which to get the size.
Return Value
Value size for the data type.