예제 #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);
 }