IntegerOperation Class

Provides a method to operate on integers.

Definition

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

Methods

Operate Applies the specified function to the given operand.

See Also