[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit '_crw_th123' (#crwlib)

NewH123D

Declaration

Source position: _crw_th123.pas line 232

function NewH123D(

  const aName: LongString;

  const aTitle: LongString;

  aNBinsX: LongInt;

  aXMin: Double;

  aXMax: Double;

  aNBinsY: LongInt = 0;

  aYMin: Double = 0;

  aYMax: Double = 0;

  aNBinsZ: LongInt = 0;

  aZMin: Double = 0;

  aZMax: Double = 0;

  aElemSize: LongInt = SizeOf(Double)

):TH123D;