Selerix Developer Tools
DoubleMin Property






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

Property Value

The double min.
See Also

Reference

RateParamLimit Class
RateParamLimit Members