< Back
Get-RectanglePerimeter
Post
NAME Get-RectanglePerimeter
SYNOPSIS
Gets the perimeter of a rectangle
SYNTAX
Get-RectanglePerimeter -LengthOfSideA <Double> -LengthOfSideB <Double> [<CommonParameters>]
DESCRIPTION
Gets the perimeter of a rectangle, using the simple equation
Permieter = 2a + 2b
PARAMETERS
-LengthOfSideA <Double>
The Length of Side A
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-LengthOfSideB <Double>
The Length of Side B
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 rectangle
SYNTAX
Get-RectanglePerimeter -LengthOfSideA <Double> -LengthOfSideB <Double> [<CommonParameters>]
DESCRIPTION
Gets the perimeter of a rectangle, using the simple equation
Permieter = 2a + 2b
PARAMETERS
-LengthOfSideA <Double>
The Length of Side A
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-LengthOfSideB <Double>
The Length of Side B
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