搜索文档
return the absolute value of the parameter
genType abs(genType x)
genIType abs(genIType x)
x
abs returns x if x ≥ 0, otherwise returns -x.
abs