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