Accusoft.ISISXpress7.Net
ListRational(Int32) Method




An integer value which represents an index value from the list of values.
Returns a rational value allowing passing in a given index.
Syntax
'Declaration
 
Public Overloads Function ListRational( _
   ByVal index As Integer _
) As RationalType
'Usage
 
Dim instance As Setting
Dim index As Integer
Dim value As RationalType
 
value = instance.ListRational(index)
public RationalType ListRational( 
   int index
)
public: RationalType* ListRational( 
   int index
) 
public:
RationalType^ ListRational( 
   int index
) 

Parameters

index
An integer value which represents an index value from the list of values.

Return Value

An integer value which represents the rational value from the list of values.
See Also

Reference

Setting Class
Setting Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback