size_t Explicit Conversion (size_t to Int64)

GMP Native Interface for .NET

size_t  Conversion (size_t to Int64)
Converts a size_t value to an Int64 value.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static explicit operator long (
	size_t value
)
Public Shared Narrowing Operator CType ( 
	value As size_t
) As Long
static explicit operator long long (
	size_t value
)
F# does not support the declaration of new casting operators.

Parameters

value
Type: Math.Gmp.Nativesize_t
An size_t value.

Return Value

Type: Int64
An Int64 value.
See Also