Interface IValueTransformer


  • public interface IValueTransformer
    • Method Detail

      • transform

        float transform​(float value)
      • transform

        int transform​(int value)
      • transform

        double transform​(double height)