Check
(
c
)
|
Checks if the candidate is valid for the given mask.
Signature
override bool Check(Candidate c) Parameters Returns override boolÂ
true if valid
|
SampleMask
(
candidate
)
|
Executes the mask on a candidate and returns the value.
Signature
override float SampleMask(Candidate candidate) Parameters Returns override floatÂ
The float depending on the mask
|