TechTalk Genome v4.2

NullableInt32.Mod Method 

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

public static NullableInt32 Mod(
   NullableInt32 x,
   NullableInt32 y
);

Parameters

x
A NullableInt32 structure.
y
A NullableInt32 structure.

Return Value

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

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt32 Class | TechTalk.Genome.NullableTypes Namespace