< Back

Measure-Mass

Mon Jan 13, 2020 7:40 pm

NAME Measure-Mass



SYNOPSIS

Calculates the mass of an object.





SYNTAX

Measure-Mass -Density <Double> -Volume <Double> [<CommonParameters>]





DESCRIPTION

Calculates the mass of an object, using the equation



Mass = Density * Volume





PARAMETERS

-Density <Double>

The Density of the Object



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Volume <Double>

The Volume of the Object



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