[]
int CastToInt(double value)
Function CastToInt(value As Double) As Integer
Type | Name | Description |
---|---|---|
double | value | The double value. |
Type | Description |
---|---|
int | The corresponding int value. Error will be set to Number if the double value cannot be casted. |