Click or drag to resize

PowerMultiply Operator

Returns computed product of values.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public static Power operator *(
	Power value1,
	Power value2
)
View Source

Parameters

value1  Power
A Power left hand operand.
value2  Power
A Power right hand operand.

Return Value

Power
A Power object as the result of the operation.
See Also