Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Units Namespaces
Altaxo.Units
SIPrefix Class
SIPrefix Operators
Multiply Operator
SIPrefix
Multiply 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#
Copy
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
Exception
Condition
InvalidOperationException
$"Result of multiplication of prefix {x} and {y} is not a known prefix!
See Also
Reference
SIPrefix Class
Altaxo.Units Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net