Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Clipper2Lib
InternalClipper Class
InternalClipper Methods
CrossProduct Method
CrossProductSign Method
GetBounds Method
GetClosestPtOnSegment Method
GetLineIntersectPt Method
MultiplyUInt64 Method
Path2ContainsPath1 Method
PointInPolygon Method
Internal
Clipper
Multiply
UInt
64 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#
Copy
public
static
InternalClipper
UInt128Struct
MultiplyUInt64
(
ulong
a
,
ulong
b
)
Parameters
a
UInt64
The first multiplicand.
b
UInt64
The second multiplicand.
Return Value
InternalClipper
UInt128Struct
The
InternalClipper
UInt128Struct
representing the 128-bit product.
See Also
Reference
InternalClipper Class
Clipper2Lib 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