Does PowerShell have an Infinity value -
does powershell have variable or value infinity?
perhaps similar $null variable?
i have tried $inifinity. have tried 1/0 generate value.
there [double]::positiveinfinity
. suspect if used 1.0/0.0
value. 1/0
should produce error, there no infinity value of integral types.
Comments
Post a Comment