Interface LongToFloatFunction


public interface LongToFloatFunction
Since:
0.8
Author:
Haiyang Li
  • Field Summary

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

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

  • Method Details

    • applyAsFloat

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