示例#1
0
 /// <inheritdoc />
 public IDataBuffer <TOther> GetDataAs <TOther>() where TOther : struct
 {
     return(Data.GetValuesAs <TOther>(0L, Data.Length));
 }