Matrix.IFormat(String, String, String) Method |
Top |
DescriptionConverts the integer values contained within the calling Matrix into a string based on the format specifiers given by formatString. If values in the calling Matrix are not integers, only the integer parts of the values will be used. Matrix rows and columns will be delimited using the provided format specifiers.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a String containing the converted version of the calling Matrix.
Syntax
See also Matrix, Array, and Variable Math Guide
|