Axiom.Math.Collections.QuaternionCollection.ValidateIndex C# (CSharp) Méthode

ValidateIndex() private méthode

/// is less than zero /// -or- /// is equal to or greater than . ///
private ValidateIndex ( int i ) : void
i int
Résultat void
        private void ValidateIndex( int i )
        {
            ValidateIndex( i, false );
        }

Same methods

QuaternionCollection::ValidateIndex ( int i, bool allowEqualEnd ) : void