DrawIndexedPrimitive (
 D3DPRIMITIVETYPE Type,
 INT BaseVertexIndex,
 UINT MinIndex,
 UINT NumVertices,
 UINT StartIndex,
 UINT PrimitiveCount
);

の引数の NumVertices の意味がわかりません。

ヘルプにある
「MinIndex パラメータと NumVertices パラメータで、IDirect3DDevice9::DrawIndexedPrimitive の呼び出しごとに使用する頂点インデックスの範囲を指定する。」
の説明はどういう意味でしょうか?