< Back
Get-RectangleArea
Post
NAME Get-RectangleArea
SYNOPSIS
Gets the area of a rectangle
SYNTAX
Get-RectangleArea -LengthOfSideA <Double> -LengthOfSideB <Double> [<CommonParameters>]
DESCRIPTION
Gets the area of a rectangle, using the simple equation
Area = ab
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 area of a rectangle
SYNTAX
Get-RectangleArea -LengthOfSideA <Double> -LengthOfSideB <Double> [<CommonParameters>]
DESCRIPTION
Gets the area of a rectangle, using the simple equation
Area = ab
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