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