< Back

Get-ParallelogramArea

Mon Jan 13, 2020 7:36 pm

NAME Get-ParallelogramArea



SYNOPSIS

Gets the area of a Parallelogram





SYNTAX

Get-ParallelogramArea -Base <Double> -Height <Double> [<CommonParameters>]





DESCRIPTION

Gets the area of a Parallelogram, using the simple equation



Area = bh





PARAMETERS

-Base <Double>

The Parallelogram Base



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Height <Double>

The Parallelogram Height



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