Объектно-ориентированные языки программирования. 

Встроенные функции (методы)

  Плакаты

Функция (метод)

Visual Basic .NET

Visual C#

Visual J#

Delphi

 

Математические функции (методы)

Квадратный корень

Math.Sqrt()

Math.Sqrt()

System.Math.Sqrt()

Sqrt()

Степень

Math.Pow()

Math.Pow()

System.Math.Pow()

Power() 

Целая часть числа

Math.Int()

Math.Int()

System.Math.Int()

Int()

Округление до целого

Math.Round()

Math.Round()

System.Math.Round()

Round()

Синус

Math.Sin()

Math.Sin()

System.Math.Sin()

Sin()

Косинус

Math.Cos()

Math.Cos()

System.Math.Cos()

Cos()

Случайное число

Rnd()

Microsoft.VisualBasic.Rnd()

Microsoft.VisualBasic.Rnd()

Random()

 

Функции (методы) преобразования типов данных

В число с плавающей запятой

System.Convert.ToDouble()

System.Convert.ToSingle()

System.Convert.ToDouble()

System.Convert.ToSingle()

System.Convert.ToDouble()

System.Convert.ToSingle()

StrToFloat()

В целое число

System.Convert.ToByte()

System.Convert.ToInt32()

System.Convert.ToByte()

System.Convert.ToInt32()

System.Convert.ToByte()

System.Convert.ToInt32()

StrToInt()

StrToInt64() 

В строку

System.Convert.ToString()

 

System.Convert.ToString()

 

System.Convert.ToString()

 

IntToStr()

FloatToStr()

 

Функции (методы) ввода и вывода

Ввода

InputBox()

 

Microsoft.VisualBasic.InputBox()

 

Microsoft.VisualBasic.InputBox()

 

InputBox()

 

Вывода

MsgBox()

 

Microsoft.VisualBasic.MsgBox()

Microsoft.VisualBasic.MsgBox()

MessageBox()

Hosted by uCoz

Назад

Hosted by uCoz