Documentation of 'cern.colt.function.tfloat.Float9Function' Java class
Float9Function
cern.colt.function.tfloat

Interface Float9Function



  • public interface Float9Function
    Interface that represents a function object: a function that takes 9 arguments and returns a single value.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      float apply(float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22)
      Applies a function to nine arguments.
    • Method Detail

      • apply

        float apply(float a00,
                    float a01,
                    float a02,
                    float a10,
                    float a11,
                    float a12,
                    float a20,
                    float a21,
                    float a22)
        Applies a function to nine arguments.
        Returns:
        the result of the function.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.