Types/Dice/get_StandardDeviation.ps1

if ($this.RollTable.Compute) {
    $this.RollTable.Compute('STDEV(Roll)','')
}