IOperatablevop_Modulo Method |
Attempts to compute the modulo using a.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool vop_Modulo(
Object a,
out Object b
)
Parameters
- a Object
- Right-hand operand.
- b Object
- Result of the modulo if supported.
Return Value
Booleantrue if operation is supported.
See Also