SKWStream.GetSizeOfPackedUInt32(UInt32) Method

Definition

Returns the number of bytes in the stream required to store the specified value.

public static int GetSizeOfPackedUInt32 (uint value);

Parameters

value
UInt32

The value to store.

Returns

Returns the number of bytes required.

Applies to