Accusoft.ISISXpress7.Net
RationalType Constructor(Int64,Int64)




An integer value which represents the numerator.
A long value which represents the denominator.
A RationalType constructor which takes in a numerator and denominator for the rational type.
Syntax
'Declaration
 
Public Function New( _
   ByVal numerator As Long, _
   ByVal denominator As Long _
)
'Usage
 
Dim numerator As Long
Dim denominator As Long
 
Dim instance As New RationalType(numerator, denominator)
public RationalType( 
   long numerator,
   long denominator
)
public: RationalType( 
   long numerator,
   long denominator
)
public:
RationalType( 
   int64 numerator,
   int64 denominator
)

Parameters

numerator
An integer value which represents the numerator.
denominator
A long value which represents the denominator.
See Also

Reference

RationalType Class
RationalType Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback