SqlSingle.Implicit 연산자

정의

구조체로 SqlSingle 변환합니다.

오버로드

Name Description
Implicit(Single to SqlSingle)

지정된 부동 소수점 값을 SqlSingle.로 변환합니다.

Implicit(SqlMoney to SqlSingle)

제공된 SqlMoney 구조를 SqlSingle.로 변환합니다.

Implicit(SqlInt64 to SqlSingle)

제공된 SqlInt64 매개 변수 SqlSingle를 .로 변환합니다.

Implicit(SqlByte to SqlSingle)

이 암시적 연산자는 매개 변수SqlSingleSqlByte .로 변환합니다.

Implicit(SqlInt16 to SqlSingle)

제공된 SqlInt16 매개 변수 SqlSingle를 .로 변환합니다.

Implicit(SqlDecimal to SqlSingle)

제공된 SqlDecimal 매개 변수 SqlSingle를 .로 변환합니다.

Implicit(SqlInt32 to SqlSingle)

제공된 SqlInt32 구조를 SqlSingle.로 변환합니다.

Implicit(Single to SqlSingle)

지정된 부동 소수점 값을 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

매개 변수

x
Single

변환할 부동 소수 자릿수 값입니다 SqlSingle.

반품

SqlSingle 지정된 float의 값을 포함하는 구조체입니다.

추가 정보

적용 대상

Implicit(SqlMoney to SqlSingle)

제공된 SqlMoney 구조를 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

매개 변수

x
SqlMoney

SqlMoney 변환할 구조체입니다.

반품

매개 변수의 SqlMoney 구조체 Value 와 같은 ValueSqlSingle 구조체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlMoney.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlInt64 to SqlSingle)

제공된 SqlInt64 매개 변수 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

매개 변수

x
SqlInt64

SqlInt64 변환할 구조체입니다.

반품

매개 변수의 SqlInt64 구조체 Value 와 같은 ValueSqlSingle 구조체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt64.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlByte to SqlSingle)

이 암시적 연산자는 매개 변수SqlSingleSqlByte .로 변환합니다.

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

매개 변수

x
SqlByte

SqlByte 변환할 수 있습니다.

반품

해당 속성이 Value 매개 변수의 속성과 Value 같은 새 SqlSingle 구조체입니다SqlByte.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlByte.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlInt16 to SqlSingle)

제공된 SqlInt16 매개 변수 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

매개 변수

x
SqlInt16

SqlInt16 변환할 구조체입니다.

반품

매개 변수의 SqlInt16 구조체 Value 와 같은 ValueSqlSingle 구조체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt16.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlDecimal to SqlSingle)

제공된 SqlDecimal 매개 변수 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

매개 변수

x
SqlDecimal

SqlDecimal 변환할 구조체입니다.

반품

매개 변수의 SqlDecimal 구조체 Value 와 같은 ValueSqlSingle 구조체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlDecimal.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlInt32 to SqlSingle)

제공된 SqlInt32 구조를 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

매개 변수

x
SqlInt32

SqlInt32 변환할 구조체입니다.

반품

매개 변수의 SqlInt32 구조체 Value 와 같은 ValueSqlSingle 구조체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt32.ToSqlSingle()

추가 정보

적용 대상