Click or drag to resize

InternalClipperMultiplyUInt64 Method

Multiplies two 64-bit unsigned integers and returns the 128-bit result as two 64-bit parts.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static InternalClipperUInt128Struct MultiplyUInt64(
	ulong a,
	ulong b
)

Parameters

a  UInt64
The first multiplicand.
b  UInt64
The second multiplicand.

Return Value

InternalClipperUInt128Struct
The InternalClipperUInt128Struct representing the 128-bit product.
See Also