Types/Dice/get_Average.ps1

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