Click or drag to resize

SIPrefixMultiply Operator

Multiplies two prefixes. If the result is not a known prefix, an InvalidOperationException is thrown. Consider using FromMultiplication(SIPrefix, SIPrefix) instead.

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

Parameters

x  SIPrefix
The x.
y  SIPrefix
The y.

Return Value

SIPrefix
The result of the operator.
Exceptions
ExceptionCondition
InvalidOperationException$"Result of multiplication of prefix {x} and {y} is not a known prefix!
See Also