IntegerOperation Class

Provides a method to operate on integers.

Definition

Namespace: SampleClassLibrary
Assembly: SampleClassLibrary (in SampleClassLibrary.dll) Version: 1.0.0+047146f69ce826e7c039a4ea23475129ef4a7285
C#
public static class IntegerOperation
Inheritance
Object    IntegerOperation

Methods

Operate Applies the specified function to the given operand.

See Also