1010Data Insights Platform .NET SDK
|
Datum for holding a 128 bit int. More...
Public Member Functions | |
override Result | Accept< Result > (Computation< Result > c) |
Visitor pattern for Datum.OfInt128. More... | |
override void | Accept (Operation o) |
Visitor pattern for Datum.OfInt128. More... | |
![]() | |
sealed override String | ToString () |
Returns the String version of this Datum's value. More... | |
Additional Inherited Members | |
![]() | |
static implicit | operator T (Datum.Generic< T > d) |
Implicit conversion. | |
![]() | |
virtual T | Value [get, set] |
Value held by this Datum. | |
Datum for holding a 128 bit int.
|
inline |
Visitor pattern for Datum.OfInt128.
c | Computation to perform on this Datum. |
|
inline |
Visitor pattern for Datum.OfInt128.