Computes the remainder after dividing one quadruple-precision
floating-point number by another.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad operator %(
Quad left,
Quad right
)
Public Shared Operator Mod (
left As Quad,
right As Quad
) As Quad
public:
static Quad operator %(
Quad left,
Quad right
)
static let inline (%)
left : Quad *
right : Quad : Quad
Parameters
- left
- Type: Extreme.MathematicsQuad
A quadruple-precision number. - right
- Type: Extreme.MathematicsQuad
A quadruple-precision number.
Return Value
Type:
Quad
Reference