EdmFloatingConstant Constructor (IEdmPrimitiveTypeReference, Double)
Initializes a new instance of the EdmFloatingConstant class.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
type As IEdmPrimitiveTypeReference, _
value As Double _
)
'Usage
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
)
Parameters
- type
Type: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Type of the floating point.
- value
Type: System.Double
The floating point value represented by this value.