Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Dice
0.1
Types/Dice/get_Variance.ps1
if
(
$this
.
RollTable
.
Compute
)
{
$this
.
RollTable
.
Compute
(
'Var(Roll)'
,
''
)
}