Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.2
Types/Turtle/get_Minimum.ps1
if
(
$this
.
'.Minimum'
)
{
return
$this
.
'.Minimum'
}
return
(
[pscustomobject]
@{
X
=
0
;
Y
=
0
}
)