We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.get_Minimum
1 parent 83dbe51 commit 13e2dd9Copy full SHA for 13e2dd9
Types/Turtle/get_Minimum.ps1
@@ -0,0 +1,4 @@
1
+if ($this.'.Minimum') {
2
+ return $this.'.Minimum'
3
+}
4
+return ([pscustomobject]@{ X = 0; Y = 0 })
0 commit comments