size_t Explicit Conversion (Int64 to size_t)

GMP Native Interface for .NET

size_t  Conversion (Int64 to size_t)
Converts an Int64 value to a size_t 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 size_t (
	long value
)
Public Shared Narrowing Operator CType ( 
	value As Long
) As size_t
static explicit operator size_t (
	long long value
)
F# does not support the declaration of new casting operators.

Parameters

value
Type: SystemInt64
An Int64 value.

Return Value

Type: size_t
A size_t value.
See Also