Accusoft.ISISXpress7.Net
Numerator Property




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

Property Value

A long value which represents the numerator.
See Also

Reference

RationalType Class
RationalType Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback