size_t Implicit Conversion (Byte to size_t)

GMP Native Interface for .NET

size_t  Conversion (Byte to size_t)
Converts a Byte 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 implicit operator size_t (
	byte value
)
Public Shared Widening Operator CType ( 
	value As Byte
) As size_t
static implicit operator size_t (
	unsigned char value
)
F# does not support the declaration of new casting operators.

Parameters

value
Type: SystemByte
A Byte value.

Return Value

Type: size_t
A size_t value.
See Also