6 references to ModInt32
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (6)
2788Return ModInt32(0, 0) 2800Return ModInt32(conv1.ToInt32(Nothing), 0) 2824Return ModInt32(0, conv2.ToInt32(Nothing)) 2925Return ModInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing)) 2928Return ModInt32(conv1.ToInt32(Nothing), ToVBBool(conv2)) 2931Return ModInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))