Vector.toLaTeX

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
@property const
string
toLaTeX
()
()
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Return Value

Type: string

Meta