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