< Back
Get-SquarePerimeter
Post
NAME Get-SquarePerimeter
SYNOPSIS
Gets the Perimeter of a square
SYNTAX
Get-SquarePerimeter -LengthOfEachSide <Double> [<CommonParameters>]
DESCRIPTION
Gets the Perimeter of a square, using the simple equation
Perimeter = side*4
PARAMETERS
-LengthOfEachSide <Double>
The Length of Each Side
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Gets the Perimeter of a square
SYNTAX
Get-SquarePerimeter -LengthOfEachSide <Double> [<CommonParameters>]
DESCRIPTION
Gets the Perimeter of a square, using the simple equation
Perimeter = side*4
PARAMETERS
-LengthOfEachSide <Double>
The Length of Each Side
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS