Uses of Class
org.ldk.enums.SiPrefix
-
Packages that use SiPrefix Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of SiPrefix in org.ldk.enums
Methods in org.ldk.enums that return SiPrefix Modifier and Type Method Description static SiPrefix
SiPrefix. valueOf(String name)
Returns the enum constant of this type with the specified name.static SiPrefix[]
SiPrefix. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SiPrefix in org.ldk.impl
Methods in org.ldk.impl that return SiPrefix Modifier and Type Method Description static SiPrefix
bindings. LDKCResult_SiPrefixNoneZ_get_ok(long arg)
static SiPrefix
bindings. SiPrefix_clone(long orig)
static SiPrefix
bindings. SiPrefix_micro()
static SiPrefix
bindings. SiPrefix_milli()
static SiPrefix
bindings. SiPrefix_nano()
static SiPrefix
bindings. SiPrefix_pico()
Methods in org.ldk.impl with parameters of type SiPrefix Modifier and Type Method Description static long
bindings. CResult_SiPrefixNoneZ_ok(SiPrefix o)
-
Uses of SiPrefix in org.ldk.structs
Fields in org.ldk.structs declared as SiPrefix Modifier and Type Field Description SiPrefix
Result_SiPrefixNoneZ.Result_SiPrefixNoneZ_OK. res
Methods in org.ldk.structs with parameters of type SiPrefix Modifier and Type Method Description static Result_SiPrefixNoneZ
Result_SiPrefixNoneZ. ok(SiPrefix o)
Creates a new CResult_SiPrefixNoneZ in the success state.
-