Table of Contents

Method BitwiseIsHomogenous

Namespace
PaintDotNet
Assembly
PaintDotNet.Fundamentals.dll

BitwiseIsHomogenous<T>(T*, int)

public static bool BitwiseIsHomogenous<T>(T* pBuffer, int elementCount) where T : unmanaged

Parameters

pBuffer T*
elementCount int

Returns

bool

Type Parameters

T

BitwiseIsHomogenous<T>(T*, uint)

public static bool BitwiseIsHomogenous<T>(T* pBuffer, uint elementCount) where T : unmanaged

Parameters

pBuffer T*
elementCount uint

Returns

bool

Type Parameters

T

BitwiseIsHomogenous<T>(T*, long)

public static bool BitwiseIsHomogenous<T>(T* pBuffer, long elementCount) where T : unmanaged

Parameters

pBuffer T*
elementCount long

Returns

bool

Type Parameters

T

BitwiseIsHomogenous<T>(T*, ulong)

public static bool BitwiseIsHomogenous<T>(T* pBuffer, ulong elementCount) where T : unmanaged

Parameters

pBuffer T*
elementCount ulong

Returns

bool

Type Parameters

T