public void SetMasses(
DoubleMatrix masses
)
Public Sub SetMasses (
masses As DoubleMatrix
)
public:
void SetMasses(
DoubleMatrix^ masses
)
member SetMasses :
masses : DoubleMatrix -> unit
ArgumentNullException | masses is null. |
ArgumentOutOfRangeException | masses contains at least an entry which
does not belong to the interval [0, 1]. -or- The sum of the entries in masses is not equal to 1. |
ArgumentException | masses has not the same dimensions of Values. |