A service for subtracting numbers.
urn:icsy:venice:wsdl:math
xsd:int subtractInt (xsd:int a, xsd:int b)
Subtracts two int values.
xsd:integer subtractInteger (xsd:integer a, xsd:integer b)
Subtracts two integer values.
xsd:decimal subtractDecimal (xsd:decimal a, xsd:decimal b)
Subtracts two decimal values.
xsd:long subtractLong (xsd:long a, xsd:long b)
Subtracts two long values.
xsd:float subtractFloat (xsd:float a, xsd:float b)
Subtracts two float values.
xsd:double subtractDouble (xsd:double a, xsd:double b)
Subtracts two double values.
Generated by the Venice Service Compiler on Thu May 10 14:14:50 CEST 2012