| UInt128Multiply Operator |
Namespace:
Ookii.Jumbo.Jet.Samples.IO
Assembly:
Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax public static UInt128 operator *(
UInt128 left,
UInt128 right
)
Public Shared Operator * (
left As UInt128,
right As UInt128
) As UInt128
public:
static UInt128 operator *(
UInt128 left,
UInt128 right
)
static let inline (*)
left : UInt128 *
right : UInt128 : UInt128
Parameters
- left
- Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The first UInt128. - right
- Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The second UInt128.
Return Value
Type:
UInt128The result of the multiplication.
See Also