Split the module 'ImgTools' in many modules.
[master-thesis.git] / Parasitemia / ParasitemiaCore / UnitsOfMeasure.fs
index 0d84d16..36c9495 100644 (file)
@@ -1,9 +1,9 @@
 module ParasitemiaCore.UnitsOfMeasure
 
-[<Measure>] type px
+[<Measure>] type px // Pixel.
 [<Measure>] type μm
 [<Measure>] type inch
-[<Measure>] type ppi = px / inch
+[<Measure>] type ppi = px / inch // Pixel per inch.
 
 let μmInchRatio = 25.4e3<μm/inch>