IRandomAccessContainer<TValue>.valid_bias(Int32) Method

Definition

Determines if a given bias is valid for the container. The bias is the offset from the current element zero.

C#
public bool valid_bias(int unnamedParam1);
C#
public bool valid_bias(int A_0);

Parameters

unnamedParam1A_0
Int32

The current bias.

Returns

true if the given bias is valid for the container; otherwise, false.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1