[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'matrix' (#rtl)

operator :=(Tvector2_single): Tvector2_extended

Allow assignment of single precision vector to extended precision vector

Declaration

Source position: matrix.pp line 271

operator operator :=(Tvector2_single): Tvector2_extended(

  const v: Tvector2_single

):Tvector2_extended;

Description

This operator allows you to use a vector with single precision values wherever an extended precision vector is expected.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.