Gets and sets the denominator for the rational type.
'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.