Table of Contents

Class FloatCompressor

Namespace
Netick
Assembly
Netick.dll
public class FloatCompressor
Inheritance
FloatCompressor
Inherited Members

Constructors

FloatCompressor(float, float, float)

public FloatCompressor(float minValue, float maxValue, float precision)

Parameters

minValue float
maxValue float
precision float

Methods

Pack(float)

public uint Pack(float value)

Parameters

value float

Returns

uint

Unpack(uint)

public float Unpack(uint data)

Parameters

data uint

Returns

float