Uses of Interface
org.virbo.dsops.Ops.BinaryOp

Packages that use Ops.BinaryOp
org.virbo.dsops   
 

Uses of Ops.BinaryOp in org.virbo.dsops
 

Methods in org.virbo.dsops with parameters of type Ops.BinaryOp
static QDataSet Ops.applyBinaryOp(QDataSet ds1, double d2, Ops.BinaryOp op)
           
static QDataSet Ops.applyBinaryOp(QDataSet ds1, QDataSet ds2, Ops.BinaryOp op)
          apply the binary operator element-for-element of the two datasets, minding dataset geometry, fill values, etc.