System.Math.Vectors.TMaxtrixArrayBase

De RAD Studio API Documentation
Révision datée du 20 février 2014 à 19:22 par L10nBot (discussion | contributions) (copied from System.Types.TMaxtrixArrayBase)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

type TMaxtrixArrayBase = array [0..2] of tagVECTOR;

C++

typedef System::StaticArray<tagVECTOR, 3> TMaxtrixArrayBase;

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Décrit une matrice en tant que tableau de 3 variables tagVECTOR.

Voir aussi