stringRepresentation
Returns a formatted string with all the values of a CIVector.
Declaration
var stringRepresentation: String { get }Discussion
Some example string representations of vectors:
|
|
|---|---|
|
|
|
|
To create a CIVector object from a string representation, use the vectorWithString: method.