EdmFloatingConstant 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Data.Edm.Library.Values
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Sub New ( _
type As IEdmPrimitiveTypeReference, _
value As Double _
)
‘사용 방법
Dim type As IEdmPrimitiveTypeReference
Dim value As Double
Dim instance As New EdmFloatingConstant(type, value)
public EdmFloatingConstant(
IEdmPrimitiveTypeReference type,
double value
)
public:
EdmFloatingConstant(
IEdmPrimitiveTypeReference^ type,
double value
)
new :
type:IEdmPrimitiveTypeReference *
value:float -> EdmFloatingConstant
public function EdmFloatingConstant(
type : IEdmPrimitiveTypeReference,
value : double
)
매개 변수
- type
유형: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
부동 소수점의 형식입니다.
- value
유형: System.Double
이 값으로 표시되는 부동 소수점 값입니다.