NullableTypes Class Library

NullableInt64.Zero Field

Represents a zero value that can be assigned to an instance of the NullableInt64 structure.

[Visual Basic]
Public Shared ReadOnly Zero As NullableInt64
[C#]
public static readonly NullableInt64 Zero;

Remarks

Zero field is a constant of the NullableInt64 structure.

See Also

NullableInt64 Class | NullableTypes Namespace