Interface INumpyArrayElementOperation<Type>
-
- Type Parameters:
Type- The type of the NumpyArray.
public interface INumpyArrayElementOperation<Type>An interface to provide a unified view of the operations that can be performed on the elements of a NumpyArray.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Typeapply(Type value)The operation to be applied to each element in the NumpyArray.
-