ODataPropertyValueDouble class

Double.

Syntax

@interface ODataPropertyValueDouble : ODataPropertyValueObject

Base class

Members

All members of ODataPropertyValueDouble, including inherited members.

Methods
Method Description
- (NSNumber *) getDoubleValue Since OData can define a nullable double property that means the return type double would not be sufficient.
- (void) setDoubleValue: (NSNumber *) newValue  
Inherited members from ODataPropertyValueObject