static create()
Creates the Maximum instance with the given primitive value
Maximum.create()
Maximum.create()public static define<Value extends number>(value: Value): Maximum<Value> {
return new this(value);
}Generic type variables
Parameters
Return type
Returns
Example usage
Last updated