TechTalk Genome v4.2

NullableDecimal.Ceiling Method 

Computes the smallest whole number greater than or equal to the specified NullableDecimal structure.

public static NullableDecimal Ceiling(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

Null if x is Null otherwise the smallest whole number greater than or equal to x.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDecimal Class | TechTalk.Genome.NullableTypes Namespace