다음을 통해 공유


SqlDouble 멤버

데이터베이스에서 저장하거나 검색할 부동 소수점 숫자를 나타내며, 값 범위는 -1.79E +308 ~ 1.79E +308입니다.

다음 표에서는 SqlDouble 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework SqlDouble 제공된 Double 매개 변수로 SqlDouble 구조체의 새 인스턴스를 초기화하여 새 SqlDouble 구조체의 Value 속성을 설정합니다.

위쪽

Public 필드

  이름 설명
Public field Static Supported by the .NET Compact Framework MaxValue SqlDouble 구조체의 최대값을 나타내는 상수입니다.
Public field Static Supported by the .NET Compact Framework MinValue SqlDouble의 최소값을 나타내는 상수입니다.
Public field Static Supported by the .NET Compact Framework Null SqlDouble 구조체 인스턴스의 Value 속성에 할당할 수 있는 null 값을 나타냅니다.
Public field Static Supported by the .NET Compact Framework Zero SqlDouble 구조체 인스턴스의 Value 속성에 할당할 수 있는 0 값을 나타냅니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework IsNull Value가 null인지 여부를 나타냅니다.
Public property Supported by the .NET Compact Framework Value SqlDouble 구조체의 값을 가져옵니다. 이 속성은 읽기 전용입니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Static Supported by the .NET Compact Framework Add 더하기 연산자는 두 SqlDouble 피연산자의 합계를 계산합니다.
Public method Supported by the .NET Compact Framework CompareTo 오버로드되었습니다. SqlDouble 인스턴스를 제공된 개체와 비교하여 상대 값 표시를 반환합니다.
Public method Static Supported by the .NET Compact Framework Divide 나누기 연산자는 첫 번째 SqlDouble 피연산자를 두 번째 피연산자로 나눕니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다. 재정의되었습니다. SqlDouble 인스턴스와 제공된 개체 매개 변수가 같은 값을 나타내는지 여부를 나타내는 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode 재정의되었습니다. 이 SqlDouble 구조체의 해시 코드를 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework GetXsdType 지정된 XmlSchemaSet의 XSD(XML 스키마 정의 언어)를 반환합니다.
Public method Static Supported by the .NET Compact Framework GreaterThan SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework GreaterThanOrEqual SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 크거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework LessThan SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework LessThanOrEqual SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework Multiply 곱하기 연산자는 두 SqlDouble 피연산자의 곱을 계산합니다.
Public method Static Supported by the .NET Compact Framework NotEquals SqlDouble의 두 인스턴스를 비교하여 같지 않은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Addition 더하기 연산자는 두 SqlDouble 피연산자의 합계를 계산합니다.
Public method Static Supported by the .NET Compact Framework op_Division 나누기 연산자는 첫 번째 SqlDouble 피연산자를 두 번째 피연산자로 나눕니다.
Public method Static Supported by the .NET Compact Framework op_Equality SqlDouble의 두 인스턴스에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Explicit 오버로드되었습니다. SqlDouble 형식 간 변환을 수행합니다.
Public method Static Supported by the .NET Compact Framework op_GreaterThan SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_GreaterThanOrEqual SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 크거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Implicit 오버로드되었습니다. T:System.Data.SqlTypes.SqlDouble 구조체로 변환합니다.
Public method Static Supported by the .NET Compact Framework op_Inequality SqlDouble의 두 인스턴스를 비교하여 같지 않은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_LessThan SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_LessThanOrEqual SqlDouble의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Multiply 곱하기 연산자는 두 SqlDouble 피연산자의 곱을 계산합니다.
Public method Static Supported by the .NET Compact Framework op_Subtraction 빼기 연산자는 첫 번째 SqlDouble 피연산자에서 두 번째 피연산자를 뺍니다.
Public method Static Supported by the .NET Compact Framework op_UnaryNegation 지정된 SqlDouble 구조체의 부정 값을 반환합니다.
Public method Static Supported by the .NET Compact Framework Parse 숫자의 String 표현을 같은 값의 배정밀도 부동 소수점 숫자로 변환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework Subtract 빼기 연산자는 첫 번째 SqlDouble 피연산자에서 두 번째 피연산자를 뺍니다.
Public method Supported by the .NET Compact Framework ToSqlBoolean SqlDouble 구조체를 SqlBoolean으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlByte SqlDouble 구조체를 SqlByte으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlDecimal SqlDouble 구조체를 SqlDecimal으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlInt16 SqlDouble 구조체를 SqlInt16으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlInt32 SqlDouble 구조체를 SqlInt32으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlInt64 SqlDouble 구조체를 SqlInt64으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlMoney SqlDouble 구조체를 SqlMoney으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlSingle SqlDouble 구조체를 SqlSingle으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlString SqlDouble 구조체를 SqlString으로 변환합니다.
Public method Supported by the .NET Compact Framework ToString 재정의되었습니다. 이 SqlDouble 구조체를 문자열로 변환합니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.GetSchema 이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용하려고 하지는 않습니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.ReadXml 이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용하려고 하지는 않습니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.WriteXml 이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용하려고 하지는 않습니다.

위쪽

참고 항목

참조

SqlDouble 구조체
System.Data.SqlTypes 네임스페이스

기타 리소스

SqlTypes 사용