Click or drag to resize
Akka.NETGCounter  Conversion (GCounter to BigInteger)
Performs an implicit conversion from GCounter to BigInteger.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator BigInteger (
	GCounter counter
)

Parameters

counter
Type: Akka.DistributedDataGCounter
The counter to convert

Return Value

Type: BigInteger
The result of the conversion
See Also