TechTalk Genome v4.2

NullableDecimal.Floor Method 

Rounds the specified NullableDecimal to the closest integer toward negative infinity.

public static NullableDecimal Floor(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

Null if x is Null otherwise if has a fractional part, the next whole number toward negative infinity that is less than x-or- if doesn't have a fractional part, is returned unchanged.

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