Version: 2022.1
언어: 한국어

RawFrameDataView.GetSampleMetadataAsDouble

매뉴얼로 전환
public double GetSampleMetadataAsDouble (int sampleIndex, int metadataIndex);

파라미터

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

반환

double Returns double representation of sample metadata value.

설명

Gets sample metadata value as double.

Use to obtain additional data associated with the sample. metadataIndex must be between 0 and GetSampleMetadataCount.