diff --git a/lib/strip.ps1 b/lib/strip.ps1 index ec4f275..6595322 100644 --- a/lib/strip.ps1 +++ b/lib/strip.ps1 @@ -46,7 +46,7 @@ class StripLevels : IRemote { } } - [float] Convert([float]$val) { + hidden [single] Convert([single]$val) { if ($val -gt 0) { return [math]::Round(20 * [math]::Log10($val), 1) }