Integer Operation Class
Provides a method to operate on integers.
Definition
Namespace: SampleClassLibrary
Assembly: SampleClassLibrary (in SampleClassLibrary.dll) Version: 1.0.0+3172fc1e8edc6022677e793f139f3a9031307055
Assembly: SampleClassLibrary (in SampleClassLibrary.dll) Version: 1.0.0+3172fc1e8edc6022677e793f139f3a9031307055
C#
public static class IntegerOperationVB
Public NotInheritable Class IntegerOperationC++
public ref class IntegerOperation abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type IntegerOperation = class end- Inheritance
- Object IntegerOperation
Methods
| Operate | Applies the specified function to the given operand. |