Apostrophe Systems EPC Generator 2.0

DoD Addition Operator

+ operator allows two DoD Numbers to be added together.

Overload List

+ 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);

See Also

DoD Class | Apostrophe.EPC Namespace