Method Get
Get(Int64)
Declaration
public long? Get(long v)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | v |
Returns
Type | Description |
---|---|
System.Nullable<System.Int64> |
Get(Int64, Int64)
Declaration
public UpToTwoPositiveInt64Outputs.TwoInt64s Get(long first, long second)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | first | |
System.Int64 | second |
Returns
Type | Description |
---|---|
UpToTwoPositiveInt64Outputs.TwoInt64s |