Class Std.VectorDouble
Inheritance
Std.VectorDouble
Assembly: Assembly-CSharp.dll
Syntax
public class VectorDouble : HandleCppPtr
Constructors
|
Improve this Doc
View Source
VectorDouble()
Declaration
|
Improve this Doc
View Source
VectorDouble(IntPtr, DeleteResponsibility)
Declaration
public VectorDouble(IntPtr vectorDoublePtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Methods
|
Improve this Doc
View Source
At(UInt32)
Declaration
public double At(uint pos)
Parameters
Type |
Name |
Description |
UInt32 |
pos |
|
Returns
|
Improve this Doc
View Source
Data()
Declaration
Returns
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
PushBack(Double)
Declaration
public void PushBack(double value)
Parameters
Type |
Name |
Description |
Double |
value |
|
|
Improve this Doc
View Source
Reserve(UInt32)
Declaration
public void Reserve(uint newCap)
Parameters
Type |
Name |
Description |
UInt32 |
newCap |
|
|
Improve this Doc
View Source
Size()
Declaration
Returns