ArrowStringDataFrameColumn.IsValid(Int64) 方法

定义

指示此值 index 是否为 null

public override bool IsValid(long index);
public bool IsValid(long index);
override this.IsValid : int64 -> bool
member this.IsValid : int64 -> bool
Public Overrides Function IsValid (index As Long) As Boolean
Public Function IsValid (index As Long) As Boolean

参数

index
Int64

要查找的索引。

返回

一个布尔值,指示此 index位置的有效性。

适用于