Jypeli 10
The simple game programming library
AdvanceMath.IAdvanceValueType rajapintareferenssi
Luokan AdvanceMath.IAdvanceValueType luokkakaavio
AdvanceMath.IMatrix< Matrix2x2, Vector2D, Vector2D > AdvanceMath.IMatrix< Matrix2x3, Vector2D, Vector3D > AdvanceMath.IMatrix< Matrix3x3, Vector3D, Vector3D > AdvanceMath.IMatrix< Matrix4x4, Vector4D, Vector4D > AdvanceMath.IMatrix< M, VC, VR > AdvanceMath.IMatrix< M, VC, VR > AdvanceMath.IVector< V > AdvanceMath.Matrix2x2 AdvanceMath.Matrix2x3 AdvanceMath.Matrix3x3 AdvanceMath.Matrix4x4

Julkiset jäsenfunktiot

void CopyFrom (Scalar[] array, int index)
 Copies all the elements of the IAdvanceValueType, of the specified one-dimensional Array to the IAdvanceValueType. Lisää...
 
void CopyTo (Scalar[] array, int index)
 Copies all the elements of the IAdvanceValueType to the specified one-dimensional Array of Scalar. Lisää...
 
Scalar[] ToArray ()
 Copies the elements of the IAdvanceValueType to a new array of Scalar . Lisää...
 
string ToString (string format)
 turns the object into a string representation of itself with a special format for each Scaler in it. Lisää...
 

Ominaisuudet

int Count [get]
 Gets a 32-bit integer that represents the total number of elements in all the dimensions of IAdvanceValueType. Lisää...
 

Yksityiskohtainen selite

Määrittely tiedoston Interfaces.cs rivillä 36.

Jäsenfunktioiden dokumentaatio

◆ CopyFrom()

void AdvanceMath.IAdvanceValueType.CopyFrom ( Scalar[]  array,
int  index 
)

Copies all the elements of the IAdvanceValueType, of the specified one-dimensional Array to the IAdvanceValueType.

Parametrit
arrayThe one-dimensional Array that is the source of the elements copied to the IAdvanceValueType.
indexA 32-bit integer that represents the index in array at which copying begins.

Toteutettu luokassa AdvanceMath.Matrix2x2, AdvanceMath.Matrix2x3, AdvanceMath.Matrix3x3 ja AdvanceMath.Matrix4x4.

◆ CopyTo()

void AdvanceMath.IAdvanceValueType.CopyTo ( Scalar[]  array,
int  index 
)

Copies all the elements of the IAdvanceValueType to the specified one-dimensional Array of Scalar.

Parametrit
arrayThe one-dimensional Array that is the destination of the elements copied from the IAdvanceValueType.
indexA 32-bit integer that represents the index in array at which copying begins.

Toteutettu luokassa AdvanceMath.Matrix2x2, AdvanceMath.Matrix2x3, AdvanceMath.Matrix3x3 ja AdvanceMath.Matrix4x4.

◆ ToArray()

Scalar[] AdvanceMath.IAdvanceValueType.ToArray ( )

Copies the elements of the IAdvanceValueType to a new array of Scalar .

Palauttaa
An array containing copies of the elements of the IAdvanceValueType.

Toteutettu luokassa AdvanceMath.Matrix2x2, AdvanceMath.Matrix2x3, AdvanceMath.Matrix3x3 ja AdvanceMath.Matrix4x4.

◆ ToString()

string AdvanceMath.IAdvanceValueType.ToString ( string  format)

turns the object into a string representation of itself with a special format for each Scaler in it.

Parametrit
formatthe format to be applied to each Scalar
Palauttaa
a string with every Scalar formated with the provided format.

Toteutettu luokassa AdvanceMath.Matrix2x2, AdvanceMath.Matrix2x3, AdvanceMath.Matrix3x3 ja AdvanceMath.Matrix4x4.

Ominaisuuksien dokumentaatio

◆ Count

int AdvanceMath.IAdvanceValueType.Count
get

Gets a 32-bit integer that represents the total number of elements in all the dimensions of IAdvanceValueType.

Määrittely tiedoston Interfaces.cs rivillä 41.


Dokumentaatio tälle rajapinnalle luotiin seuraavasta tiedostosta: