コード例 #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);
 }