NullableTypes Class Library

NullableByte.Mod Method 

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

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

Parameters

x
A NullableByte structure.
y
A NullableByte structure.

Return Value

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

See Also

NullableByte Class | NullableTypes Namespace