Click or drag to resize

Int128Int128Mul Method

[Missing <summary> documentation for "M:ClipperLib.Int128.Int128Mul(System.Int64,System.Int64)"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Int128 Int128Mul(
	long lhs,
	long rhs
)

Parameters

lhs  Int64

[Missing <param name="lhs"/> documentation for "M:ClipperLib.Int128.Int128Mul(System.Int64,System.Int64)"]

rhs  Int64

[Missing <param name="rhs"/> documentation for "M:ClipperLib.Int128.Int128Mul(System.Int64,System.Int64)"]

Return Value

Int128

[Missing <returns> documentation for "M:ClipperLib.Int128.Int128Mul(System.Int64,System.Int64)"]

See Also