IntegerOperation Class

Provides a method to operate on integers.

Definition

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

Methods

Operate Applies the specified function to the given operand.

See Also