'Declaration Public Shared Function Subtract( _ ByVal left As TdNumber, _ ByVal right As TdNumber _ ) As TdNumber
Parameters
- left
- The left operand.
- right
- The right operand.
Return Value
A TdNumber containing the result
'Declaration Public Shared Function Subtract( _ ByVal left As TdNumber, _ ByVal right As TdNumber _ ) As TdNumber
Exception | Description |
---|---|
System.OverflowException | The result is not in the range (between TdNumber.MinValue and TdNumber.MaxValue) of a TdNumber, or the exponent is less than -130. |
If one of the parameter is TdNumber.Null, the result will be TdNumber.Null
.
Please refer to TdNumber.op_Subtraction for an example of subtracting two TdNumbers.
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019