ComplexTSubtract Method
Returns the difference of the object and b.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public Complex<T> Subtract(
Complex<T> b
)
Public Function Subtract (
b As Complex(Of T)
) As Complex(Of T)
public:
virtual Complex<T> Subtract(
Complex<T> b
) sealed
abstract Subtract :
b : Complex<'T> -> Complex<'T>
override Subtract :
b : Complex<'T> -> Complex<'T>
- b ComplexT
- The second operand
ComplexTthe difference
IArithmeticTSubtract(T)