NullableTypes Class Library

NullableInt16.Mod Method 

returns modulo for NullableInt16 values

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

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

modulo of x, base y

See Also

NullableInt16 Class | NullableTypes Namespace