ismaxvalue 2 - eisclimber/ExPresS-XR GitHub Wiki

ValueDescriptor.IsMaxValue(V)

Method in ValueDescriptor<V>

Summary

Checks if the provided value is considered maximal.

public abstract bool IsMaxValue(V value);

Parameters

Name Description
V value Value to check.

Returns

If the current value is max.

⚠️ **GitHub.com Fallback** ⚠️