TechTalk Genome v4.2

NullableByte Modulus Operator 

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

public static NullableByte operator %(
   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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableByte Class | TechTalk.Genome.NullableTypes Namespace