Edytuj

Udostępnij za pośrednictwem


Vector2.LastIndexOf(Vector2, Single) Method

Definition

public:
 static int LastIndexOf(System::Numerics::Vector2 vector, float value);
public static int LastIndexOf(System.Numerics.Vector2 vector, float value);
static member LastIndexOf : System.Numerics.Vector2 * single -> int
Public Shared Function LastIndexOf (vector As Vector2, value As Single) As Integer

Parameters

vector
Vector2
value
Single

Returns

Applies to