Accusoft.ISISXpress7.Net
Denominator Property




Gets and sets the denominator for the rational type.
Syntax
'Declaration
 
Public Property Denominator As Long
'Usage
 
Dim instance As RationalType
Dim value As Long
 
instance.Denominator = value
 
value = instance.Denominator
public long Denominator {get; set;}
public: __property long get_Denominator();
public: __property void set_Denominator( 
   long value
);
public:
property int64 Denominator {
   int64 get();
   void set (    int64 value);
}

Property Value

A long value which represents the denominator for the rational type.
See Also

Reference

RationalType Class
RationalType Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback