示例#1
0
文件: Value.cpp 项目: ahirOrg/ahir
bool Float::Less_Than(Float& t)
{
  return(t.Greater(*this));
}