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