Converts the value of the specified double-precision floating-point number to an equivalent 32-bit signed integer (efficiently for drawing).
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function ToInt( _ ByVal value As Double _ ) As Integer |
Parameters
-
value
-
Type: double
The double-precision floating-point number to convert.
Return Value
The integer value
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also