Negate() public méthode

public Negate ( QilNode child ) : QilUnary
child QilNode
Résultat QilUnary
 //-----------------------------------------------
 // arithmetic operators
 //-----------------------------------------------
 public QilNode Negate(QilNode child)
 {
     return(_f.Negate(child));
 }