+ operator allows two DoD Numbers to be added together.
+ operator allows two DoD Numbers to be added together.
public static DoD Addition Operator(DoD,DoD);
+ operator allows the addition of an integer to an DoD
public static DoD Addition Operator(DoD,uint);
Inherited from EPCBase.
public static EPCBase Addition Operator(EPCBase,EPCBase);
Inherited from EPCBase.
public static EPCBase Addition Operator(EPCBase,int);
DoD Class | Apostrophe.EPC Namespace