NArrayT, DLSubtract Method
            Returns the difference of the object and b.
            
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9393.15154
public T LSubtract(
	D b
)
Public Function LSubtract ( 
	b As D
) As T
public:
virtual T LSubtract(
	D b
) sealed
abstract LSubtract : 
        b : 'D -> 'T 
override LSubtract : 
        b : 'D -> 'T 
- b  D
- The second operand
Tthe difference
IArrayArithmeticT, OLSubtract(O)