Home
last modified time | relevance | path

Searched refs:ScopeType (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.util.d.ts1573 type ScopeType = ScopeComparable | number; property in util.RationalNumber
1594 constructor(lowerObj: ScopeType, upperObj: ScopeType);
1630 intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;
1641 getUpper(): ScopeType;
1652 getLower(): ScopeType;
1665 expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;
1689 expand(value: ScopeType): Scope;
1701 contains(value: ScopeType): boolean;
1725 clamp(value: ScopeType): ScopeType;
1761 constructor(lowerObj: ScopeType, upperObj: ScopeType);
[all …]