System.Math.Vectors.TPoint3D.operator *

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

TPoint3D __fastcall operator*(const TPoint3D& __rhs) { return TPoint3D::_op_Multiply(*this, __rhs); };
TPoint3D __fastcall operator*(const float& __rhs) { return TPoint3D::_op_Multiply(*this, __rhs); };

Propriétés

Type Visibilité  Source Unité  Parent
function public System.Math.Vectors.hpp System.Math.Vectors TPoint3D

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !