GMP Native Interface for .NET
size_t Conversion (UInt16 to size_t) |
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 ( ushort value )
Public Shared Widening Operator CType ( value As UShort ) As size_t
static implicit operator size_t ( unsigned short value )
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt16
A UInt16 value.
Return Value
Type: size_tA size_t value.
See Also