< Back

Get-EllipseArea

Mon Jan 13, 2020 7:35 pm

NAME Get-EllipseArea



SYNOPSIS

Gets the area of an ellipse





SYNTAX

Get-EllipseArea -Radius1 <Double> -Radius2 <Double> [<CommonParameters>]





DESCRIPTION

Gets the area of an ellipse, using the simple equation



Area = Pi * Radius1 * Radius2





PARAMETERS

-Radius1 <Double>

The radius



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Radius2 <Double>

The diameter



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