< Back

Get-RectangleArea

Mon Jan 13, 2020 7:36 pm

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