메소드 | 설명 | |
---|---|---|
ExcludeHi ( FPI16 lo, FPI16 hi ) : MathFPI16>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( FPI8 lo, FPI8 hi ) : MathFPI8>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( double lo, double hi ) : MathD>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( float lo, float hi ) : MathF>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( int lo, int hi ) : MathI>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( long lo, long hi ) : MathL>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( uint lo, uint hi ) : MathU>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
ExcludeHi ( ulong lo, ulong hi ) : MathUL>.NumRange |
Returns a range from lo to hi that excludes hi by decreasing it by 1.
|
|
Inclusive ( FPI16 lo, FPI16 hi ) : MathFPI16>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( FPI8 lo, FPI8 hi ) : MathFPI8>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( double lo, double hi ) : MathD>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( float lo, float hi ) : MathF>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( int lo, int hi ) : MathI>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( long lo, long hi ) : MathL>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( uint lo, uint hi ) : MathU>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Inclusive ( ulong lo, ulong hi ) : MathUL>.NumRange |
Returns a range from lo to hi that includes both lo and hi.
|
|
Only ( FPI16 num ) : MathFPI16>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( FPI8 num ) : MathFPI8>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( double num ) : MathD>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( float num ) : MathF>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( int num ) : MathI>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( long num ) : MathL>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( uint num ) : MathU>.NumRange |
Returns the same range as Incl(num, num).
|
|
Only ( ulong num ) : MathUL>.NumRange |
Returns the same range as Incl(num, num).
|
|
StartingAt ( FPI16 lo ) : MathFPI16>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( FPI8 lo ) : MathFPI8>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( double lo ) : MathD>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( float lo ) : MathF>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( int lo ) : MathI>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( long lo ) : MathL>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( uint lo ) : MathU>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
StartingAt ( ulong lo ) : MathUL>.NumRange |
Returns a range from lo to the MaxValue of the number type.
|
|
UntilExclusive ( uint hi ) : MathU>.NumRange |
||
UntilExclusive ( ulong hi ) : MathUL>.NumRange |
||
UntilInclusive ( uint hi ) : MathU>.NumRange |
||
UntilInclusive ( ulong hi ) : MathUL>.NumRange |
public static ExcludeHi ( FPI16 lo, FPI16 hi ) : MathFPI16>.NumRange |
||
lo | FPI16 | |
hi | FPI16 | |
리턴 | MathFPI16>.NumRange |
public static ExcludeHi ( FPI8 lo, FPI8 hi ) : MathFPI8>.NumRange |
||
lo | FPI8 | |
hi | FPI8 | |
리턴 | MathFPI8>.NumRange |
public static ExcludeHi ( double lo, double hi ) : MathD>.NumRange |
||
lo | double | |
hi | double | |
리턴 | MathD>.NumRange |
public static ExcludeHi ( float lo, float hi ) : MathF>.NumRange |
||
lo | float | |
hi | float | |
리턴 | MathF>.NumRange |
public static ExcludeHi ( int lo, int hi ) : MathI>.NumRange |
||
lo | int | |
hi | int | |
리턴 | MathI>.NumRange |
public static ExcludeHi ( long lo, long hi ) : MathL>.NumRange |
||
lo | long | |
hi | long | |
리턴 | MathL>.NumRange |
public static ExcludeHi ( uint lo, uint hi ) : MathU>.NumRange |
||
lo | uint | |
hi | uint | |
리턴 | MathU>.NumRange |
public static ExcludeHi ( ulong lo, ulong hi ) : MathUL>.NumRange |
||
lo | ulong | |
hi | ulong | |
리턴 | MathUL>.NumRange |
public static Inclusive ( FPI16 lo, FPI16 hi ) : MathFPI16>.NumRange |
||
lo | FPI16 | |
hi | FPI16 | |
리턴 | MathFPI16>.NumRange |
public static Inclusive ( FPI8 lo, FPI8 hi ) : MathFPI8>.NumRange |
||
lo | FPI8 | |
hi | FPI8 | |
리턴 | MathFPI8>.NumRange |
public static Inclusive ( double lo, double hi ) : MathD>.NumRange |
||
lo | double | |
hi | double | |
리턴 | MathD>.NumRange |
public static Inclusive ( float lo, float hi ) : MathF>.NumRange |
||
lo | float | |
hi | float | |
리턴 | MathF>.NumRange |
public static Inclusive ( int lo, int hi ) : MathI>.NumRange |
||
lo | int | |
hi | int | |
리턴 | MathI>.NumRange |
public static Inclusive ( long lo, long hi ) : MathL>.NumRange |
||
lo | long | |
hi | long | |
리턴 | MathL>.NumRange |
public static Inclusive ( uint lo, uint hi ) : MathU>.NumRange |
||
lo | uint | |
hi | uint | |
리턴 | MathU>.NumRange |
public static Inclusive ( ulong lo, ulong hi ) : MathUL>.NumRange |
||
lo | ulong | |
hi | ulong | |
리턴 | MathUL>.NumRange |
public static Only ( FPI16 num ) : MathFPI16>.NumRange |
||
num | FPI16 | |
리턴 | MathFPI16>.NumRange |
public static Only ( FPI8 num ) : MathFPI8>.NumRange |
||
num | FPI8 | |
리턴 | MathFPI8>.NumRange |
public static StartingAt ( FPI16 lo ) : MathFPI16>.NumRange |
||
lo | FPI16 | |
리턴 | MathFPI16>.NumRange |
public static StartingAt ( FPI8 lo ) : MathFPI8>.NumRange |
||
lo | FPI8 | |
리턴 | MathFPI8>.NumRange |
public static StartingAt ( double lo ) : MathD>.NumRange |
||
lo | double | |
리턴 | MathD>.NumRange |
public static StartingAt ( float lo ) : MathF>.NumRange |
||
lo | float | |
리턴 | MathF>.NumRange |
public static StartingAt ( int lo ) : MathI>.NumRange |
||
lo | int | |
리턴 | MathI>.NumRange |
public static StartingAt ( long lo ) : MathL>.NumRange |
||
lo | long | |
리턴 | MathL>.NumRange |
public static StartingAt ( uint lo ) : MathU>.NumRange |
||
lo | uint | |
리턴 | MathU>.NumRange |
public static StartingAt ( ulong lo ) : MathUL>.NumRange |
||
lo | ulong | |
리턴 | MathUL>.NumRange |
public static UntilExclusive ( uint hi ) : MathU>.NumRange |
||
hi | uint | |
리턴 | MathU>.NumRange |
public static UntilExclusive ( ulong hi ) : MathUL>.NumRange |
||
hi | ulong | |
리턴 | MathUL>.NumRange |
public static UntilInclusive ( uint hi ) : MathU>.NumRange |
||
hi | uint | |
리턴 | MathU>.NumRange |
public static UntilInclusive ( ulong hi ) : MathUL>.NumRange |
||
hi | ulong | |
리턴 | MathUL>.NumRange |