< Back

Get-Angle

Mon Jan 13, 2020 7:34 pm

NAME Get-Angle



SYNOPSIS

Calculates an angle





SYNTAX

Get-Angle [-Rise] <Double> [-Run] <Double> [-ShowWork] [<CommonParameters>]





DESCRIPTION

Gets the angle of a given slope, given rise over run





PARAMETERS

-Rise <Double>

The rise of the slope



Required? true

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Run <Double>

The run of the slope



Required? true

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-ShowWork [<SwitchParameter>]

If set, will show the work



Required? false

Position? named

Default value False

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