Triplet
Tuple class that supports 3 values
Operations
GetSecond
Returns the second value
method : public : GetSecond() ~ BReturn
| Type | Description |
|---|---|
| B | second value |
New
Constructor.
New(a:A, b:B, c:C)Parameters
| Name | Type | Description |
|---|---|---|
| a | A | first parameter |
| b | B | second parameter |
| c | C | third parameter |
ToString
Formats tuple into a string
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |