NullableTypes Class Library

NullableInt64 Implicit System.Int64 to NullableTypes.NullableInt64 Conversion 

Converts the Int64 parameter to a NullableInt64 structure.

[Visual Basic]
returnValue = NullableInt64.op_Implicit(x)
[C#]
public static implicit operator NullableInt64(
   long x
);

Parameters

x
A Int64 to be converted to a NullableInt64 structure.

Return Value

A new NullableInt64 structure constructed from x.

See Also

NullableInt64 Class | NullableTypes Namespace