ArrayExtensions

Namespace: WellFired.Guacamole.Drawing

Description

Public Static Methods

void FastFill ( this T[] destinationArray, params T[] value )

Breakdown

  • void FastFill< T > ( this T[] destinationArray, params T[] value )

    Description

    This fills a ray with a given value and is faster than a single for loop.

    Parameters

    destinationArray
    value