Cat<T,K>.Subtraction(Cat<T,K>, Int32) Operator

Definition

Similar with operaotr +, refer to that topic.

public static int operator - (CatLibrary.Cat<T,K> lsr, int rsr);

Parameters

lsr
Cat<T,K>
rsr
Int32

Returns

Int32

Applies to