| GCounter Conversion (GCounter to BigInteger) |
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static implicit operator BigInteger (
GCounter counter
)
F# does not support the declaration of new casting operators.
Parameters
- counter
- Type: Akka.DistributedDataGCounter
The counter to convert
Return Value
Type:
BigIntegerThe result of the conversion
See Also