#pragma once
namespace CVrNumUtils
{
// <20><>С<EFBFBD>˷<EFBFBD>ת
short NumFlip(short nData);
float NumFlipFloat(float fData);
};