You are here: Start » Conversions
Conversions
Select a function from the list below.
Icon | Name | Description / Applications | |
---|---|---|---|
![]() |
BoolToHash | Converts a Bool to a Hash. |
|
![]() |
BoxToRectangle2D | Converts a box to a rectangle. |
|
![]() |
BoxToShapeRegion | Converts a box to shape region. |
|
![]() |
Circle2DToShapeRegion | Converts a circle to region of interest. |
|
![]() |
Gap1DToSegment2D | Converts a gap to a segment. |
|
![]() |
HeatmapToImage | Converts a heatmap to an image. |
|
![]() |
ImageToImageFormat | Converts an image to an image format. |
|
![]() |
ImageToSize | Converts an image to a size. |
|
![]() |
IntegerToHash | Converts an Integer to a Hash. |
|
![]() |
IntegerToPixel | Converts an integer value to pixel. |
|
![]() |
LocationArrayToPoint2DArray | Converts an array of locations to an array of points. |
|
![]() |
LocationToPoint2D | Converts a location to its center point. |
|
![]() |
PassFailStatusToHash | Converts a PassFailStatus object to a Hash. |
|
![]() |
PathToPoint2DArray | Converts a path to an array of points. |
|
![]() |
Point2DArrayToLocationArray | Converts an array of points to an array of locations. |
|
![]() |
Point2DToLocation | Converts a point to a location its contained within. |
|
![]() |
ProfileToPoint2DArray | Converts a profile to an array of points. |
|
![]() |
ProfileToRealArray | Converts a profile to an array of real numbers. |
|
![]() |
RealArrayToPixelArray | Converts an array of real values to an array of pixels. |
|
![]() |
RealArrayToProfile | Converts an array of real numbers to a profile. |
|
![]() |
RealToPixel | Converts a real value to pixel. |
|
![]() |
Rectangle2DToShapeRegion | Converts a rectangle to region of interest. |
|
![]() |
RegionToImage | Converts a region to an image. |
|
![]() |
RegionToShapeRegion | Converts a region to region of interest. |
|
![]() |
Segment2DToLine2D | Converts a segment to a line. |
|
![]() |
Segment2DToPath | Converts a segment to a path. |
|
![]() |
StringLabelToString | Converts a StringLabel object to a String. |
|
![]() |
Stripe1DToSegment2D | Converts a stripe to a segment. |
|
![]() |
ValueLimits_f64ToValueLimits | Converts value limits of different types. |
|
![]() |
ValueLimitsToValueLimits_f64 | Converts value limits of different types. |
Select Filter Equivalent below.
Icon | Name | Description / Applications | |
---|---|---|---|
![]() |
BoolToString | Converts a boolean value to a string. |
|
![]() |
DirectoryToString | Converts a directory path to a string. |
|
![]() |
DoubleToReal | Converts a double number (64-bit) to a real number (32-bit). |
|
![]() |
DoubleToString | Converts a double number to a string. |
|
![]() |
FileToString | Converts a file path to a string. |
|
![]() |
GocatorAddressToString | Converts a Gocator device address to a String. |
|
![]() |
IntegerArrayToRealArray | Converts an array of integer numbers to an array of real numbers. |
|
![]() |
IntegerToDouble | Converts an integer to a double number. |
|
![]() |
IntegerToLong | Converts a integer number (32-bit) to a long number (64-bit). |
|
![]() |
IntegerToReal | Converts an integer to a real number. |
|
![]() |
IntegerToString | Converts an integer to a string. |
|
![]() |
LongToDouble | Converts a long to a double number. |
|
![]() |
LongToInteger | Converts a long number (64-bit) to an integer number (32-bit). |
|
![]() |
LongToReal | Converts a long to a real number. |
|
![]() |
LongToString | Converts a long to a string. |
|
![]() |
RealArrayToIntegerArray | Converts an array of real numbers to an array of integer numbers. |
|
![]() |
RealToDouble | Converts a real number (32-bit) to a double number (64-bit). |
|
![]() |
RealToInteger | Converts a real number to an integer. |
|
![]() |
RealToLong | Converts a real number to a long number. |
|
![]() |
RealToString | Converts a real number to a string. |
|
![]() |
SocketIdToString | Converts a SocketId to a string. |
|
![]() |
StringToDirectory | Converts a string to a directory path. |
|
![]() |
StringToFile | Converts a string to a file path. |
|
![]() |
StringToGocatorAddress | Converts a string to a Gocator device address. |