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 Detail

      • apply

        Type apply​(Type value)
        The operation to be applied to each element in the NumpyArray.
        Parameters:
        value - The value of the element.
        Returns:
        The calculation on the element.