< Back

ConvertTo-Fahrenheit

Mon Jan 13, 2020 7:33 pm

NAME ConvertTo-Fahrenheit



SYNOPSIS

Converts celsius to fahrenheit





SYNTAX

ConvertTo-Fahrenheit [-TemperatureInCelsius] <Double> [-DoNotRound] [<CommonParameters>]





DESCRIPTION

Converts degrees in celsius to fahrenheit





PARAMETERS

-TemperatureInCelsius <Double>

The temperature, in celsius



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-Fahrenheit 233















RELATED LINKS