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
この値によって表される浮動小数点値。