< Back

ConvertTo-Celsius

Mon Jan 13, 2020 7:33 pm

NAME ConvertTo-Celsius



SYNOPSIS

Converts fahrenheit to celsius





SYNTAX

ConvertTo-Celsius [-TemperatureInFahrenheit] <Double> [-DoNotRound] [<CommonParameters>]





DESCRIPTION

Converts degrees in fahrenheit to celsius





PARAMETERS

-TemperatureInFahrenheit <Double>

The temperature, in fahrenheit



Required? true

Position? 1

Default value 0

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-DoNotRound [<SwitchParameter>]

If set, will not round the result to the nearest degree



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

System.Double





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>ConvertTo-Celsius 32















RELATED LINKS