Quintet
Tuple class that supports 5 values
Operations
GetSecond
Returns the second value
method : public : GetSecond() ~ B
Return
Type | Description |
---|---|
B | second value |
New
Constructor.
New(a:A, b:B, c:C, d:D, e:E)
Parameters
Name | Type | Description |
---|---|---|
a | A | first parameter |
b | B | second parameter |
c | C | third parameter |
d | D | forth parameter |
e | E | fifth parameter |
ToString
Formats tuple into a string
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation |