Selerix Developer Tools
DoubleMax Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParamLimit Class : DoubleMax Property
Gets or sets the double max.
Syntax
'Declaration
 
Public Property DoubleMax As Nullable(Of Double)
'Usage
 
Dim instance As RateParamLimit
Dim value As Nullable(Of Double)
 
instance.DoubleMax = value
 
value = instance.DoubleMax
public Nullable<double> DoubleMax {get; set;}
public read-write property DoubleMax: Nullable; 
public function get,set DoubleMax : Nullable
public: __property Nullable<double> get_DoubleMax();
public: __property void set_DoubleMax( 
   Nullable<double> value
);
public:
property Nullable<double> DoubleMax {
   Nullable<double> get();
   void set (    Nullable<double> value);
}

Property Value

The double max.
See Also

Reference

RateParamLimit Class
RateParamLimit Members