TechTalk Genome v4.2

NullableDecimal.Truncate Method 

Returns the integral digits of the specified NullableDecimal value to a specified while any fractional digits are discarded

public static NullableDecimal Truncate(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

Null if x is Null otherwise the result of x rounded toward zero, to the

Remarks

This method rounds x discarding any digits after the decimal point.

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