Interface IntToFloatFunction


public interface IntToFloatFunction
Author:
Haiyang Li
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IntToFloatFunction
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    applyAsFloat(int value)
     
  • Field Details

  • Method Details

    • applyAsFloat

      float applyAsFloat(int value)
      Parameters:
      value -
      Returns: