Click or drag to resize

IntegerArrayOperation Class

Provides a method to operate on arrays of integers.
Inheritance Hierarchy
SystemObject
  SampleClassLibrary.AdvancedIntegerArrayOperation

Namespace:  SampleClassLibrary.Advanced
Assembly:  SampleClassLibrary (in SampleClassLibrary.dll) Version: 1.0.0
Syntax
public static class IntegerArrayOperation

The IntegerArrayOperation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleOperate
Applies the specified function to the given array of operands.
Top
See Also