4 packages returned for Tags:"Ratio"
- 954 total downloads
- last updated 12/25/2018
- Latest version: 1.0.6
A simple Android ImageView which scales the width or height aspect with the given ratio
- 135 total downloads
- last updated 10/28/2020
- Latest version: 1.0.0
A basic library for typographic settings used in PDF creation with Bodoconsult.Core.PDf, charting with Bodoconsult.Core.Charting or other layout oriented software projects
- 168 total downloads
- last updated 7/18/2020
- Latest version: 1.0.2
this package is based on Levenshtein Distance Algorithm:
eg.
first string ="abc rs t"
secind string ="acb ts t"
levenshtein distance =3
similarity ratio = 0.625
it is useful to understand how much both input strings are similar.