Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Dice
0.1
Types/Dice.Roll/get_Face.ps1
if
(
$this
.
Table
.
ExtendedProperties
[
'Faces'
]
-and
$this
.
Roll
)
{
$this
.
Table
.
ExtendedProperties
[
'Faces'
]
[
$this
.
Roll
-
1
]
}
else
{
''
}