NullableTypes Class Library

NullableInt64.Mod Method 

Computes the remainder for the division of the two specified NullableInt64 structures.

[Visual Basic]
Public Shared Function Mod( _
   ByVal x As NullableInt64, _
   ByVal y As NullableInt64 _
) As NullableInt64
[C#]
public static NullableInt64 Mod(
   NullableInt64 x,
   NullableInt64 y
);

Parameters

x
A NullableInt64 structure.
y
A NullableInt64 structure.

Return Value

Null if either instance of NullableInt64 is Null otherwise a NullableInt64 structure whose Value property contains the remainder.

See Also

NullableInt64 Class | NullableTypes Namespace