Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCompressedSizeInBits(uint)

The compressed size in bits of the given unsigned integer value
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public readonly int GetCompressedSizeInBits(uint value)

Parameters

value

the unsigned int value you want to compress

Returns

Type

Description

int