Click or drag to resize

SIUnitMultiply Operator

Multiplies two SI units together by adding their corresponding exponents.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static SIUnit operator *(
	SIUnit x,
	SIUnit y
)

Parameters

x  SIUnit
The left operand.
y  SIUnit
The right operand.

Return Value

SIUnit
A new SIUnit that represents the product of the two units.
See Also