Well, you plug one value into input1
and you plug one value into input2
you set the node to either Muliply or Divide
and you get the result at the node's output
example:
I make an attribute that goes from 0 to 5
I connect that attribute to a multiplyDivide node's input1x
I make input2x equal to 10
then I conect outputx to the rotation of a sphere
When the attribute equals 0 the rotation of the sphere equals 0, when the attribute equals 5 the rotation of the sphere equals 50.
It's not a command, it's a node.
Hope this helps.
-James