Interface FloatIdentifiable


public interface FloatIdentifiable
  • Method Details

    • getFloatRepresentation

      float getFloatRepresentation()
      The float representation of the object.
      Returns:
      The float representation of the object.
    • getFloatRepresentation

      static float getFloatRepresentation(FloatIdentifiable identifiable)
    • getFloatRepresentation

      static float getFloatRepresentation(IntIdentifiable identifiable)
    • getFloatRepresentation

      static float getFloatRepresentation(StringIdentifiable identifiable)