5 references to ModInt64
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (5)
2803
Return
ModInt64
(conv1.ToInt64(Nothing), 0)
2827
Return
ModInt64
(0, conv2.ToInt64(Nothing))
2910
Return
ModInt64
(conv1.ToInt64(Nothing), conv2.ToInt64(Nothing))
2913
Return
ModInt64
(conv1.ToInt64(Nothing), ToVBBool(conv2))
2916
Return
ModInt64
(ToVBBool(conv1), conv2.ToInt64(Nothing))