06.02.2016, 18:08
updated
GetValueBit, InvertValue, InvertValueEx - use macros
SetValueBit - less operations to perform
added new macros
GetValueBit, InvertValue, InvertValueEx - use macros
SetValueBit - less operations to perform
added new macros
PHP Code:
ExtractValue(value, &byte1, &byte2, &byte3, &byte4);
ExtractFloat(Float:value, &byte1, &byte2, &byte3, &byte4);
MergeValue(&value, byte1, byte2, byte3, byte4);
MergeFloat(&Float:value, byte1, byte2, byte3, byte4);