Committed by
GitHub
Update MobileScannerPlugin.swift
print(500 / 1000) -> 0 print(Double(500 / 1000)) -> 0.0 print(500 / Double(1000)) -> 0.5
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or login to post a comment