Share via


EntityProperty.GeneratePropertyForDouble Method

Creates a new EntityProperty object that represents the specified Double value.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

'Usage
Dim input As Double
Dim returnValue As EntityProperty

returnValue = EntityProperty.GeneratePropertyForDouble(input)

Syntax

'Declaration
Public Shared Function GeneratePropertyForDouble ( _
    input As Double _
) As EntityProperty
public static EntityProperty GeneratePropertyForDouble (
    double input
)
public:
static EntityProperty^ GeneratePropertyForDouble (
    double input
)
public static EntityProperty GeneratePropertyForDouble (
    double input
)
public static function GeneratePropertyForDouble (
    input : double
) : EntityProperty

Parameters

Return Value

A new EntityProperty of the Double type.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

EntityProperty Class
EntityProperty Members
Microsoft.WindowsAzure.Storage.Table Namespace