LAPTOP-SNT8I5JK\Boounion
2025-08-14 a2209cc432cb9c80779d83e51ef090f782e8404a
SourceCode/Bond/Servo/CVariable.cpp
@@ -125,4 +125,15 @@
      return strRet;
   }
   __int64 CVariable::getIntValue()
   {
      if (m_format == SVFromat::U1 || m_format == SVFromat::U2 || m_format == SVFromat::I2) {
         return m_nValue;
      }
      return 0;
   }
}