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 SiPrefixSiPrefix. 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 SiPrefixbindings. LDKCResult_SiPrefixNoneZ_get_ok(long arg)static SiPrefixbindings. SiPrefix_clone(long orig)static SiPrefixbindings. SiPrefix_micro()static SiPrefixbindings. SiPrefix_milli()static SiPrefixbindings. SiPrefix_nano()static SiPrefixbindings. SiPrefix_pico()Methods in org.ldk.impl with parameters of type SiPrefix Modifier and Type Method Description static longbindings. 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 SiPrefixResult_SiPrefixNoneZ.Result_SiPrefixNoneZ_OK. resMethods in org.ldk.structs with parameters of type SiPrefix Modifier and Type Method Description static Result_SiPrefixNoneZResult_SiPrefixNoneZ. ok(SiPrefix o)Creates a new CResult_SiPrefixNoneZ in the success state.
-