Method CreateTruncating
CreateTruncating<TOther>(TOther)
Creates an instance of BigDecimal from a value.
Declaration
public static BigDecimal CreateTruncating<TOther>(TOther value) where TOther : INumberBase<TOther>
Parameters
Type | Name | Description |
---|---|---|
TOther | value |
Returns
Type | Description |
---|---|
BigDecimal |
Type Parameters
Name | Description |
---|---|
TOther |