Table of Contents

Method GetPrecision

Namespace
YndigoBlue.Velocity.Utils
Assembly
YndigoBlue.Velocity.dll

GetPrecision(decimal)

Gets the precision (total number of significant digits) of a decimal value.

public static byte GetPrecision(this decimal value)

Parameters

value decimal

The decimal value to examine.

Returns

byte

The total number of significant digits.