[This is preliminary documentation and is subject to change.]
Returns the minimum value for this base data type.
| C# |
public Object MinValue()
The minimum value, in the appropriate type
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if this base data type is not a
numeric type. |