示例#1
0
文件: DataNode.java 项目: TonioF/beam
 /**
  * Tests whether the data type of this node is a floating point type.
  *
  * @return true, if so
  */
 public boolean isFloatingPointType() {
   return ProductData.isFloatingPointType(dataType);
 }