TechTalk Genome v4.2

NullableUInt64 Implicit NullableInt16 to NullableUInt64 Conversion 

Converts the NullableInt16 parameter to a NullableUInt64 structure.

public static implicit operator NullableUInt64(
   NullableInt16 x
);

Parameters

x
A NullableInt16 to be converted to a NullableUInt64 structure.

Return Value

Null if x is NullableInt16.Null otherwise a new NullableUInt64 structure constructed from the NullableInt16.Value of x.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace