vb System.Math.BigMul类(方法)实例源码

下面列出了vb System.Math.BigMul 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:Syste   
' This example demonstrates Math.BigMul()
Class Sample
   Public Shared Sub Main()
      Dim int1 As Integer = Int32.MaxValue
      Dim int2 As Integer = Int32.MaxValue
      Dim longResult As Long
      '
      longResult = Math.BigMul(int1, int2)
      Console.WriteLine("Calculate the product of two Int32 values:")
      Console.WriteLine("{0} * {1} = {2}", int1, int2, longResult)
   End Sub
End Class


问题


面经


文章

微信
公众号

扫码关注公众号