Click or drag to resize

SIUnitMultiply Operator

[Missing <summary> documentation for "M:Altaxo.Units.SIUnit.op_Multiply(Altaxo.Units.SIUnit,Altaxo.Units.SIUnit)"]


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

Parameters

x  SIUnit

[Missing <param name="x"/> documentation for "M:Altaxo.Units.SIUnit.op_Multiply(Altaxo.Units.SIUnit,Altaxo.Units.SIUnit)"]

y  SIUnit

[Missing <param name="y"/> documentation for "M:Altaxo.Units.SIUnit.op_Multiply(Altaxo.Units.SIUnit,Altaxo.Units.SIUnit)"]

Return Value

SIUnit

[Missing <returns> documentation for "M:Altaxo.Units.SIUnit.op_Multiply(Altaxo.Units.SIUnit,Altaxo.Units.SIUnit)"]

See Also