Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Dice
0.1
Types/Dice.Roll/get_StandardDeviation.ps1
if
(
$this
.
Table
-and
$this
.
Table
.
Columns
-and
$this
.
Table
.
Columns
[
'Roll'
]
)
{
$this
.
Table
.
Compute
(
'STDEV(Roll)'
,
''
)
}