SqlSingle.Implicit Operator

Definicja

Konwertuje na SqlSingle strukturę.

Przeciążenia

Implicit(SqlByte to SqlSingle)

Ten niejawny operator konwertuje SqlByte parametr na SqlSingle.

Implicit(SqlDecimal to SqlSingle)

Konwertuje podany SqlDecimal parametr na SqlSingle.

Implicit(SqlInt16 to SqlSingle)

Konwertuje podany SqlInt16 parametr na SqlSingle.

Implicit(SqlInt32 to SqlSingle)

Konwertuje podaną SqlInt32 strukturę na SqlSingle.

Implicit(SqlInt64 to SqlSingle)

Konwertuje podany SqlInt64 parametr na SqlSingle.

Implicit(SqlMoney to SqlSingle)

Konwertuje podaną SqlMoney strukturę na SqlSingle.

Implicit(Single to SqlSingle)

Konwertuje określoną wartość zmiennoprzecinkowa na SqlSingle.

Implicit(SqlByte to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Ten niejawny operator konwertuje SqlByte parametr na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlByte x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlByte x);
static member op_Implicit : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlByte) As SqlSingle

Parametry

x
SqlByte

Element SqlByte , który ma zostać przekonwertowany.

Zwraca

Nowa SqlSingle struktura, której Value właściwość jest równa Value parametrowi SqlByte .

Uwagi

Równoważną metodą dla tego operatora jest SqlByte.ToSqlSingle()

Zobacz też

Dotyczy

Implicit(SqlDecimal to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Konwertuje podany SqlDecimal parametr na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlDecimal x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlDecimal x);
static member op_Implicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlDecimal) As SqlSingle

Parametry

x
SqlDecimal

Struktura SqlDecimal , która ma zostać przekonwertowana.

Zwraca

Nowa SqlSingle struktura, której Value wartość jest równa Value wartości parametru SqlDecimal .

Uwagi

Równoważną metodą dla tego operatora jest SqlDecimal.ToSqlSingle()

Zobacz też

Dotyczy

Implicit(SqlInt16 to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Konwertuje podany SqlInt16 parametr na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlInt16 x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt16 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlInt16) As SqlSingle

Parametry

x
SqlInt16

Struktura SqlInt16 , która ma zostać przekonwertowana.

Zwraca

Nowa SqlSingle struktura, której Value wartość jest równa Value wartości parametru SqlInt16 .

Uwagi

Równoważną metodą dla tego operatora jest SqlInt16.ToSqlSingle()

Zobacz też

Dotyczy

Implicit(SqlInt32 to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Konwertuje podaną SqlInt32 strukturę na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlInt32 x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt32 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlInt32) As SqlSingle

Parametry

x
SqlInt32

Struktura SqlInt32 , która ma zostać przekonwertowana.

Zwraca

Nowa SqlSingle struktura, której Value wartość jest równa Value wartości parametru SqlInt32 .

Uwagi

Równoważną metodą dla tego operatora jest SqlInt32.ToSqlSingle()

Zobacz też

Dotyczy

Implicit(SqlInt64 to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Konwertuje podany SqlInt64 parametr na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlInt64 x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt64 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlInt64) As SqlSingle

Parametry

x
SqlInt64

Struktura SqlInt64 , która ma zostać przekonwertowana.

Zwraca

Nowa SqlSingle struktura, której Value wartość jest równa Value wartości parametru SqlInt64 .

Uwagi

Równoważną metodą dla tego operatora jest SqlInt64.ToSqlSingle()

Zobacz też

Dotyczy

Implicit(SqlMoney to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Konwertuje podaną SqlMoney strukturę na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlMoney x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlMoney x);
static member op_Implicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlMoney) As SqlSingle

Parametry

x
SqlMoney

Struktura SqlMoney , która ma zostać przekonwertowana.

Zwraca

Nowa SqlSingle struktura, której Value wartość jest równa Value wartości parametru SqlMoney .

Uwagi

Równoważną metodą dla tego operatora jest SqlMoney.ToSqlSingle()

Zobacz też

Dotyczy

Implicit(Single to SqlSingle)

Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs
Źródło:
SQLSingle.cs

Konwertuje określoną wartość zmiennoprzecinkowa na SqlSingle.

public:
 static operator System::Data::SqlTypes::SqlSingle(float x);
public static implicit operator System.Data.SqlTypes.SqlSingle (float x);
static member op_Implicit : single -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As Single) As SqlSingle

Parametry

x
Single

Wartość zmiennoprzecinkowa do przekonwertowania na SqlSingle.

Zwraca

Struktura SqlSingle zawierająca wartość określonego zmiennoprzecinka.

Zobacz też

Dotyczy