Construct a new Quad.
Namespace:
SasaAssembly: Sasa (in Sasa.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ first As T, _ second As U, _ third As V, _ fourth As Q _ ) |
| C# |
|---|
public Quad( T first, U second, V third, Q fourth ) |
| Visual C++ |
|---|
public: Quad( T first, U second, V third, Q fourth ) |
| JavaScript |
|---|
Sasa.Quad = function(first, second, third, fourth); |