C
cmdolcet69
How do youdisplay the power of a number in vb.net? I thought the ^
would work however it will not.
Public _sngOperand As Single
stackoperand.Push(New Operand(op2._sngOperand ^ op1._sngOperand))
would work however it will not.
Public _sngOperand As Single
stackoperand.Push(New Operand(op2._sngOperand ^ op1._sngOperand))