Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the definition of this floating value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As Double
Get
'Usage
Dim instance As IEdmFloatingValue
Dim value As Double
value = instance.Value
double Value { get; }
property double Value {
double get ();
}
abstract Value : float
function get Value () : double
Property Value
Type: System.Double