Tuple class that supports 2 values
OperationsConstructor.
New(a:A, b:B)
Name | Type | Description |
---|---|---|
a | A | first parameter |
b | B | second parameter |
Returns the first value
method : public : GetFirst() ~ A
Type | Description |
---|---|
A | first value |
Returns the second value
method : public : GetSecond() ~ B
Type | Description |
---|---|
B | second value |
Formats tuple into a string
method : public : ToString() ~ String
Type | Description |
---|---|
String | string representation |