mp_size_t Explicit Conversion (mp_size_t to Byte)

GMP Native Interface for .NET

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

Parameters

value
Type: Math.Gmp.Nativemp_size_t
An mp_size_t value.

Return Value

Type: Byte
A Byte value.
See Also