getPrelim method

double getPrelim(
  1. Node? v
)

Implementation

double getPrelim(Node? v) {
  return getNodeData(v)?.prelim ?? 0;
}